diff options
author | FlyingArowana <AugustoMendes4426@gmail.com> | 2024-11-16 17:14:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 18:14:31 +0100 |
commit | e21ab70b7d6a47144a7305e42eb5b8aeafbf9598 (patch) | |
tree | e79c69a941000be21cf7d840f4b13f8e00c6a800 | |
parent | 606d3944aea29ebbf4013fe082be30985609c77a (diff) |
fix(DB/Creature) - Darkfang Venomspitter under the map (#20597)
Fixed Z axes
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1731773696314015000.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731773696314015000.sql b/data/sql/updates/pending_db_world/rev_1731773696314015000.sql new file mode 100644 index 0000000000..2dc7970e29 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1731773696314015000.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `position_z` = 31.0639 WHERE `guid` = 7887; +UPDATE `creature` SET `position_z` = 52.9613 WHERE `guid` = 18622; |