mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Spawn) - Drywallow Daggermaw under the map (#20621)
* Created file * Fixed Z-Position
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `position_z` = 36.6058 WHERE `guid` = 25154;
|
||||
UPDATE `creature` SET `position_z` = 49.7443 WHERE `guid` = 25156;
|
||||
UPDATE `creature` SET `position_z` = 47.7498 WHERE `guid` = 30491;
|
||||
UPDATE `creature` SET `position_z` = 42.3045 WHERE `guid` = 30533;
|
||||
Reference in New Issue
Block a user