fix(DB/Gameobject): Sniffed Values for 'Thunder Ale' spawns (#24944)
This commit is contained in:
parent
4382b6bd0c
commit
a933dabfec
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue