fix(DB/Creature): Bellygrub not wandering (#6619)

This commit is contained in:
Zenslash 2021-07-05 21:07:56 +03:00 committed by GitHub
parent 4463c89811
commit 56c79bf0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624818270368841200');
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `guid` = 10105;