From 52854a03fa5976afcdd156aba8920f55f266b2c9 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 18 Nov 2023 14:18:58 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 187923 'Alliance Bonfire' (#17755) --- .../updates/pending_db_world/rev_1700253077457885100.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700253077457885100.sql diff --git a/data/sql/updates/pending_db_world/rev_1700253077457885100.sql b/data/sql/updates/pending_db_world/rev_1700253077457885100.sql new file mode 100644 index 000000000..41296f556 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700253077457885100.sql @@ -0,0 +1,9 @@ +-- Update gameobject 187923 'Alliance Bonfire' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` = 187923) AND (`guid` IN (76340)); +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 +(76340, 187923, 1, 0, 0, 1, 1, 6327.68212890625, 512.60986328125, 17.47229766845703125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, "", 50063, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76340)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1, 76340);