From 8844e2d3bc4270de5ac6054f4fd8e977ea07f831 Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Wed, 5 Jan 2022 04:32:45 +0100 Subject: [PATCH] Fix (DB\Creature) Adjust Shadowforge Surveyor z-position (#9973) * Z-Axis Adjustment Reopening of PR by @Azcobu that was closed thru misunderstanding https://github.com/azerothcore/azerothcore-wotlk/pull/9559/files * Update rev_1638885155008688879.sql --- data/sql/updates/pending_db_world/rev_1638885155008688879.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1638885155008688879.sql diff --git a/data/sql/updates/pending_db_world/rev_1638885155008688879.sql b/data/sql/updates/pending_db_world/rev_1638885155008688879.sql new file mode 100644 index 000000000..d0dbf3e35 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1638885155008688879.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638885155008688879'); + +-- Moves Shadowforge Surveyor up slightly so it's not stuck in object' +UPDATE `creature` SET `position_z` = 262 WHERE `id` = 4844 AND `guid` = 7714;