From 5e63a9db91e50453afb995096664d6ba93f86e16 Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:22:35 -0600 Subject: [PATCH] fix(DB/Creature): Update Z position for Ghostpaw Runner (GUID: 34977) (#12555) --- data/sql/updates/pending_db_world/rev_1658886173744516000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1658886173744516000.sql diff --git a/data/sql/updates/pending_db_world/rev_1658886173744516000.sql b/data/sql/updates/pending_db_world/rev_1658886173744516000.sql new file mode 100644 index 000000000..0a775603a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1658886173744516000.sql @@ -0,0 +1,4 @@ +-- + +UPDATE `creature` SET `position_z`=94.3 WHERE `guid`=34977; +