chore(DB): import pending files

Referenced commit(s): e3c282ec1d
This commit is contained in:
github-actions[bot]
2024-02-20 07:32:08 +00:00
parent e3c282ec1d
commit 2c3589ac32

View File

@@ -0,0 +1,7 @@
-- DB update 2024_02_19_00 -> 2024_02_20_00
-- remove faulty cages with unsniffed posis
DELETE FROM `gameobject` WHERE `id` = 185952 AND `guid` IN (265632, 265651, 265656, 265661, 265685, 265896, 266592, 266807, 267674, 267748, 268069, 268937);
-- add new correct cage from sniff
DELETE FROM `gameobject` WHERE `id` = 185474 AND `guid` = 265632;
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
(265632, 185474, 548, 0, 0, 1, 1, 451.26233, -544.8354, -7.546607, 4.8345633, 0, 0, 0.7, -0.7, 300, 0, 1, '', 50791, NULL);