From cac5bcb9431db46f84b221ff66bac3fc0aedc594 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:19:07 -0600 Subject: [PATCH] add back m_mob_check_moving_timer, necessary? --- zone/bot.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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()) {