From 9187f93a42ed41feebb628180b73c1e1160518dc Mon Sep 17 00:00:00 2001 From: FlyingArowana Date: Mon, 2 Dec 2024 19:36:27 +0000 Subject: [PATCH] fix(DB/Creature) - Eydis Darkbane no longer stuck under the ground (#20813) * File Created * Correct Z-axis * Add id1 to the query --- data/sql/updates/pending_db_world/rev_1733101752745206200.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1733101752745206200.sql diff --git a/data/sql/updates/pending_db_world/rev_1733101752745206200.sql b/data/sql/updates/pending_db_world/rev_1733101752745206200.sql new file mode 100644 index 000000000..924fd8a73 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1733101752745206200.sql @@ -0,0 +1,3 @@ +-- +-- Corrected Z-axis of Eydis Darkbane (to match Fjola Lightbane's Z-axis). +UPDATE `creature` SET `position_z` = 558.16 WHERE `guid` = 85120 AND `id1` = 36066;