mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
add back m_mob_check_moving_timer, necessary?
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user