mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Creature): Eversong Woodsm(Dead Scar) multiple mobs not wandering when idle (#7873)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631616272860535120');
|
||||
|
||||
UPDATE `creature` SET `movementtype`= 1, `wander_distance` = 5 WHERE `GUID` IN (56058, 56059, 56086, 56127, 56160, 56162, 56125, 56123, 56166, 56150) AND `id` IN (15654, 15656, 15658);
|
||||
Reference in New Issue
Block a user