fix(DB/creature): Add random movement to critters in "Pit of Saron" (#2196)

This commit is contained in:
Stoabrogga
2019-09-06 14:19:42 +02:00
committed by GitHub
parent 3aeb2e564d
commit 43629790ef

View File

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