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:
dillyns
2021-06-12 12:21:00 -04:00
committed by GitHub
parent 578422f3ad
commit c934b30676

View File

@@ -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);