fix(DB/Gameobject): Sniffed Values for 'Lauranna's Guide to Zangarmar… (#20464)

fix(DB/Gameobject): Sniffed Values for 'Lauranna's Guide to Zangarmarsh Plants' spawns
This commit is contained in:
sudlud
2024-11-06 15:43:00 +01:00
committed by GitHub
parent 61fc5e73a7
commit 9e1d77c27c

View File

@@ -0,0 +1,6 @@
-- Update gameobject 'Lauranna's Guide to Zangarmarsh Plants' with sniffed values
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (182066))
AND (`guid` IN (32));
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
(32, 182066, 530, 0, 0, 1, 1, -216.416015625, 5441.63818359375, 22.15843963623046875, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, "", 45704, NULL);