aboutsummaryrefslogtreecommitdiff
path: root/src/crmain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/crmain.cc')
-rw-r--r--src/crmain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crmain.cc b/src/crmain.cc
index 0eda5e7..586f78e 100644
--- a/src/crmain.cc
+++ b/src/crmain.cc
@@ -934,7 +934,7 @@ void TCreature::CreatureMoveStimulus(uint32 CreatureID, int Type){
SendResult(this->Connection, r);
}
this->ToDoClear();
- this->ToDoWait(this->Combat.EarliestAttackTime);
+ this->ToDoWaitUntil(this->Combat.EarliestAttackTime);
this->ToDoStart();
}
}