From 0b926d00e33c12da865f3ba1a2d390cc314b1c24 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sat, 3 Jun 2023 01:18:53 +0200 Subject: [PATCH] fix(DB/Creature): Correct position of Jin'Zallah the Sandbringer (#16413) initial --- .../updates/pending_db_world/update-jinzallah-spawn-posis.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/update-jinzallah-spawn-posis.sql diff --git a/data/sql/updates/pending_db_world/update-jinzallah-spawn-posis.sql b/data/sql/updates/pending_db_world/update-jinzallah-spawn-posis.sql new file mode 100644 index 000000000..122cda9a3 --- /dev/null +++ b/data/sql/updates/pending_db_world/update-jinzallah-spawn-posis.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` = -7195.0405, `position_y` = -2979.6877, `position_z` = 9.052029, `orientation` = 5.340707302093505859 WHERE `guid` = 51829 AND `id1` = 8200;