fix(DB/Gameobject): Sniffed Values for 180665 'Draconic for Dummies' (#18137)

This commit is contained in:
sudlud
2024-01-14 15:07:38 +01:00
committed by GitHub
parent 8844bcf6cf
commit da63cc0c61

View File

@@ -0,0 +1,4 @@
-- Update gameobject 180665 'Draconic for Dummies' with sniffed values
DELETE FROM `gameobject` WHERE (`id` = 180665) AND (`guid` IN (268645));
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
(268645, 180665, 0, 0, 0, 1, 1, -8340.1962890625, 413.749908447265625, 124.4896774291992187, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, "", 50664, NULL);