add back m_mob_check_moving_timer, necessary?

This commit is contained in:
nytmyr
2024-12-12 22:19:07 -06:00
parent 046006cfaa
commit cac5bcb943
+4
View File
@@ -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()) {