From 45114a33ee1bdca742c5d499b3f6f48d34a41fd9 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 18 Nov 2023 02:01:12 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 187934 'Alliance Bonfire' (#17767) --- .../updates/pending_db_world/rev_1700255223611644400.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700255223611644400.sql diff --git a/data/sql/updates/pending_db_world/rev_1700255223611644400.sql b/data/sql/updates/pending_db_world/rev_1700255223611644400.sql new file mode 100644 index 000000000..d4dc5279d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700255223611644400.sql @@ -0,0 +1,9 @@ +-- Update gameobject 187934 'Alliance Bonfire' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` = 187934) AND (`guid` IN (76306)); +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 +(76306, 187934, 0, 0, 0, 1, 1, -9434.296875, -2110.36279296875, 65.803802490234375, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, "", 50063, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76306)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1, 76306);