fix(DB/creature): Add random movement to critters in "Pit of Saron" (#2196)
This commit is contained in:
parent
3aeb2e564d
commit
43629790ef
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue