Client timer issue fix

This commit is contained in:
Uleat
2014-09-03 23:59:55 -04:00
parent 22742b6a25
commit 37d3daaf9a
4 changed files with 31 additions and 24 deletions
+1
View File
@@ -733,6 +733,7 @@ void Zone::Shutdown(bool quite)
while (mob_itr != mob_list.end()) {
Mob* mob_inst = *mob_itr;
mob_inst->AI_Stop();
mob_inst->AI_ShutDown();
++mob_itr;
}