mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 07:08:26 +00:00
Adding crazy behavior interface.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user