fix(DB/Gameobject): Sniffed Values for 'Thunder Ale' spawns (#24944)

This commit is contained in:
sudlud
2026-03-01 03:36:38 +01:00
committed by GitHub
parent 4382b6bd0c
commit a933dabfec

View File

@@ -0,0 +1,5 @@
-- Update gameobject 'Thunder Ale' with sniffed values
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (369)) AND (`guid` IN (55));
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
(55, 369, 0, 0, 0, 1, 1, -5603.8203125, -532.54766845703125, 400.622222900390625, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, "", 50664, NULL);