From 25ebeb856ee5d7dc719a02408449f3714d4c0cc2 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 18 Nov 2023 02:02:15 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 187932 'Alliance Bonfire' (#17765) --- .../updates/pending_db_world/rev_1700254890063286500.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700254890063286500.sql diff --git a/data/sql/updates/pending_db_world/rev_1700254890063286500.sql b/data/sql/updates/pending_db_world/rev_1700254890063286500.sql new file mode 100644 index 000000000..4bbef03fd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700254890063286500.sql @@ -0,0 +1,9 @@ +-- Update gameobject 187932 'Alliance Bonfire' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` = 187932) AND (`guid` IN (76312)); +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 +(76312, 187932, 0, 0, 0, 1, 1, -5233.15625, -2893.372314453125, 337.285888671875, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, "", 50063, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76312)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1, 76312);