Support for v3 path files, removed the movement log stuff, fix for a crash or two

This commit is contained in:
KimLS
2017-07-27 23:21:45 -07:00
parent 69c6879ac9
commit 7d3f35d48b
5 changed files with 311 additions and 136 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(1000));
PathRecalcTimer.reset(new Timer(2000));
}
Mob::~Mob()