fix(DB/Creature): Bellygrub not wandering (#6619)
This commit is contained in:
parent
4463c89811
commit
56c79bf0eb
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624818270368841200');
|
||||
|
||||
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `guid` = 10105;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue