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:
parent
578422f3ad
commit
c934b30676
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue