fix(DB/Creatures): Adjusted ground position for some mobs in Swamp of Sorrows. (#11004)

This commit is contained in:
UltraNix
2022-03-18 23:27:16 +01:00
committed by GitHub
parent 8a027c0939
commit 15f68959dd

View File

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