Adding crazy behavior interface.

This commit is contained in:
KimLS
2016-01-09 01:39:23 -08:00
parent 3a7d7c727f
commit 2ed348f23d
7 changed files with 197 additions and 5 deletions
+2 -2
View File
@@ -236,8 +236,8 @@ bool Client::Process() {
CheckMercSuspendTimer();
}
if(IsAIControlled())
AI_Process();
//if(IsAIControlled())
//AI_Process();
// Don't reset the bindwound timer so we can check it in BindWound as well.
if (bindwound_timer.Check(false) && bindwound_target != 0) {