fix(DB/creature): Random movement for "Icemaw Bear" and "Ravenous Jormungar" (#2149)

This commit is contained in:
Stoabrogga
2019-08-09 12:29:20 +02:00
committed by GitHub
parent a0e727ce1f
commit 0232f0bc16

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1564352943601377944');
UPDATE `creature` SET `MovementType` = 1, `spawndist` = 2 WHERE `id` IN (29562,29605,30291);