fix(DB/Creature): correct Mezzir the Howler movement (#6794)

This commit is contained in:
Azcobu
2021-07-09 22:51:06 +09:30
committed by GitHub
parent d897fc91b6
commit 6169290b19

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625660328991550692');
-- Correct Mezzir the Howler movement
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 15 WHERE `id` = 10197 AND `guid` = 42304;