Fix for Loginserver log messages

This commit is contained in:
Akkadius
2017-04-04 22:07:25 -05:00
parent 75950b0f2b
commit 9161921bf0
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -1432,6 +1432,7 @@ void Mob::AI_Process() {
}
}
}
/* Entity has been assigned another entity to follow */
else if (GetFollowID())
{
Mob* follow = entity_list.GetMob(GetFollowID());
@@ -1475,6 +1476,7 @@ void Mob::AI_Process() {
minLastFightingDelayMoving = 0;
maxLastFightingDelayMoving = 0;
}
/* All normal NPC pathing */
CastToNPC()->AI_DoMovement();
}
}