fix(DB/creature): Random movement "Stoic Mammoth" & "Roaming Jormungar" (#2178)

This commit is contained in:
Stoabrogga 2019-08-26 10:31:41 +02:00 committed by GitHub
parent e4a3282d2a
commit 4e5bdb1293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1564957719580393650');
UPDATE `creature` SET `MovementType` = 1, `spawndist` = 5 WHERE `id` IN (30260,30422);