fix(DB/Creature) - Eydis Darkbane no longer stuck under the ground (#20813)

* File Created

* Correct Z-axis

* Add id1 to the query
This commit is contained in:
FlyingArowana
2024-12-02 19:36:27 +00:00
committed by GitHub
parent 02cacd2341
commit 9187f93a42

View File

@@ -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;