From c097ffdbd0935aeba95b813cd0886d089c1f52c1 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 18 Nov 2023 02:13:23 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 187933 'Alliance Bonfire' (#17766) --- .../updates/pending_db_world/rev_1700255012639881700.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700255012639881700.sql diff --git a/data/sql/updates/pending_db_world/rev_1700255012639881700.sql b/data/sql/updates/pending_db_world/rev_1700255012639881700.sql new file mode 100644 index 000000000..6b5429f5e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700255012639881700.sql @@ -0,0 +1,9 @@ +-- Update gameobject 187933 'Alliance Bonfire' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` = 187933) AND (`guid` IN (76349)); +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 +(76349, 187933, 530, 0, 0, 1, 1, -2526.489501953125, 7551.50634765625, -2.35202503204345703, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, "", 50172, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76349)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1, 76349);