fix(DB/Creature): Make Lady Moongazer move around (#4818)

This commit is contained in:
Peter
2021-03-14 11:29:02 +01:00
committed by GitHub
parent dd7027dca6
commit 78cb2219a3

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615554526122337545');
-- Make Lady Moongazer move around
UPDATE `creature` SET `MovementType`=1, `wander_distance`=60 WHERE `guid`=37730;