mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fix(DB/Creatures): Adjusted ground position for some mobs in Swamp of Sorrows. (#11004)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647192157346705100');
|
||||
|
||||
UPDATE `creature` SET `position_z`=2.05 WHERE `guid`=35251;
|
||||
UPDATE `creature` SET `position_z`=7.93 WHERE `guid`=34164;
|
||||
UPDATE `creature` SET `position_z`=0.71 WHERE `guid`=37376;
|
||||
Reference in New Issue
Block a user