From 3228d7d762fd3490d8b0dbf72a8a5df2ff75199a Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:28:16 +0300 Subject: [PATCH] fix(DB/Gameobject): Witherbark Village spell focus locations (#17463) * fix(DB/Gameobject):Witherbark Village spell focus locations * remove rotation --- .../sql/updates/pending_db_world/rev_1696847020812342700.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1696847020812342700.sql diff --git a/data/sql/updates/pending_db_world/rev_1696847020812342700.sql b/data/sql/updates/pending_db_world/rev_1696847020812342700.sql new file mode 100644 index 000000000..7bbaaf4f3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1696847020812342700.sql @@ -0,0 +1,5 @@ +-- Quest: Grim Message +DELETE FROM `gameobject` WHERE `id` = 142698; +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`) VALUES +(99872, 142698, 0, 0, 0, 1, 1, -21.77, -2802.7, 121.85, 0, 0, 0, 0, 0, 180, 0, 1, '', 0), +(99873, 142698, 0, 0, 0, 1, 1, -24.2883, -2468.25, 122.442, 0, 0, 0, 0, 0, 180, 0, 1, '', 0);