mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(DB/creature): Add random movement to critters in "Pit of Saron" (#2196)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1565620827529880771');
|
||||
|
||||
UPDATE `creature` SET `MovementType` = 1, `spawndist` = 2 WHERE `map` = 658 AND `id` IN (2110,14881);
|
||||
Reference in New Issue
Block a user