chore(DB): import pending files

Referenced commit(s): 339f28d6bb
This commit is contained in:
github-actions[bot]
2023-11-17 16:42:32 +00:00
parent cfd414b8f0
commit dfaefd08b1
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- DB update 2023_11_16_10 -> 2023_11_17_00
-- Update gameobject 188352 'Flame of Shattrath' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` = 188352) AND (`guid` IN (54943));
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
(54943, 188352, 530, 0, 0, 1, 1, -1747.8482666015625, 5326.28515625, -12.428135871887207, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, "", 50063, NULL);
DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (54943));
INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES
(1, 54943);

View File

@@ -0,0 +1,10 @@
-- DB update 2023_11_17_00 -> 2023_11_17_01
-- Update gameobject 187564 'Alliance Bonfire' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` = 187564) AND (`guid` IN (76304));
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
(76304, 187564, 0, 0, 0, 1, 1, -10657.0830078125, 1054.6292724609375, 32.67332077026367187, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, "", 50063, NULL);
DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76304));
INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES
(1, 76304);