mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Creature): Set wander_distance for creatures 21773, 21774, 21775 (#12514)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature` SET `wander_distance`=16, `MovementType`=1 WHERE `guid`=21773;
|
||||
UPDATE `creature` SET `wander_distance`=18, `MovementType`=1 WHERE `guid`=21774;
|
||||
UPDATE `creature` SET `wander_distance`=15, `MovementType`=1 WHERE `guid`=21775;
|
||||
Reference in New Issue
Block a user