fix(DB/Creature): Set wander_distance for creatures 21773, 21774, 21775 (#12514)

This commit is contained in:
Gultask
2022-08-01 17:15:44 -03:00
committed by GitHub
parent 7327a55b05
commit 9f030e098a

View File

@@ -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;