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
+1 -1
View File
@@ -1304,7 +1304,7 @@ bool Merc::Process()
return true;
// Merc AI
AI_Process();
//AI_Process();
return true;
}