From 6813868e2c1684149791337fbba2c77723de1112 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 18 Nov 2023 02:10:25 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 187921 'Alliance Bonfire' (#17753) --- .../updates/pending_db_world/rev_1700251324503437500.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700251324503437500.sql diff --git a/data/sql/updates/pending_db_world/rev_1700251324503437500.sql b/data/sql/updates/pending_db_world/rev_1700251324503437500.sql new file mode 100644 index 000000000..d52548086 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700251324503437500.sql @@ -0,0 +1,9 @@ +-- Update gameobject 187921 'Alliance Bonfire' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` = 187921) AND (`guid` IN (76350)); +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 +(76350, 187921, 530, 0, 0, 1, 1, -2247.220703125, -11898.091796875, 26.92943954467773437, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, "", 50063, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76350)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1, 76350);