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
This commit is contained in:
acidmanifesto
2022-01-05 04:32:45 +01:00
committed by GitHub
parent 86bb616fe9
commit 8844e2d3bc

View File

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