Pathing stuck detection, and logic to go with it

This commit is contained in:
KimLS
2017-08-30 19:55:35 -07:00
parent 0ba9b3fedc
commit c52ff4249a
10 changed files with 81 additions and 41 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ Mob::Mob(const char* in_name,
AssistAggro = false;
npc_assist_cap = 0;
PathRecalcTimer.reset(new Timer(2000));
PathRecalcTimer.reset(new Timer(1500));
PathingLoopCount = 0;
}