forked from MagicBane/Server
guard captains to move tot heir first patrol point right away
This commit is contained in:
@@ -341,7 +341,7 @@ public enum NPCManager {
|
||||
mob.patrolPoints.add(newPatrolPoint);
|
||||
|
||||
if (i == 1) {
|
||||
mob.loc = newPatrolPoint;
|
||||
mob.setLoc(newPatrolPoint);
|
||||
mob.endLoc = newPatrolPoint;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user