mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/Creature): Some Nethergarde Foremans missing patrol pattern (#6225)
Added missing wander distance to match other npcs of this type. - Closes #5984 - Closes chromiecraft/chromiecraft#678
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622849161495010100');
|
||||
|
||||
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `guid` IN (3713, 3863, 3878);
|
||||
Reference in New Issue
Block a user