From c1782e9528b4243b6bc18e877718e36cf306263a Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Tue, 6 Apr 2021 15:47:10 -0600 Subject: [PATCH] fix(DB/creature): Adjust xyz position for multiple creatures in Wailing Caverns (#5163) --- .../pending_db_world/rev_1617688597765131400.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617688597765131400.sql diff --git a/data/sql/updates/pending_db_world/rev_1617688597765131400.sql b/data/sql/updates/pending_db_world/rev_1617688597765131400.sql new file mode 100644 index 000000000..022937c9c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617688597765131400.sql @@ -0,0 +1,14 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617688597765131400'); + + -- Evolving Ectoplasm +UPDATE `creature` SET `position_z`=-57.160, `orientation`=1.591200 WHERE `guid`=86047; + +-- Druid of the Fang +UPDATE `creature` SET `position_x`=-96.488, `position_y`=-262.308, `position_z`=-55.424, `orientation`=0.929340 WHERE `guid`=86048; + +-- Evolving Ectoplasm +UPDATE `creature` SET `position_x`=-75.639, `position_y`=-142.529, `position_z`=-79.219, `orientation`=5.664870 WHERE `guid`=85900; + +-- Deviate Shambler +UPDATE `creature` SET `position_x`=-69.525, `position_z`=-79.287, `orientation`=5.113810 WHERE `guid`=52598; +