mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Bellygrub not wandering (#6619)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624818270368841200');
|
||||
|
||||
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `guid` = 10105;
|
||||
|
||||
Reference in New Issue
Block a user