diff --git a/zone/bot.cpp b/zone/bot.cpp index e04a4d821..393e6cf8f 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -1617,6 +1617,10 @@ bool Bot::Process() entity_list.ScanCloseMobs(this); } + if (m_mob_check_moving_timer.Check()) { //TODO bot rewrite - is this necessary + CheckScanCloseMobsMovingTimer(); + } + SpellProcess(); if (tic_timer.Check()) {