mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(DB/Creature): Make Lady Moongazer move around (#4818)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user