mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Creature): correct Mezzir the Howler movement (#6794)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user