diff --git a/zone/questmgr.cpp b/zone/questmgr.cpp index 05cbdf4f2..727b1c2bc 100644 --- a/zone/questmgr.cpp +++ b/zone/questmgr.cpp @@ -680,7 +680,7 @@ void QuestManager::stoptimer(const std::string& timer_name, Mob* m) return; } - for (auto e = QTimerList.begin(); e != QTimerList.end();) { + for (auto e = QTimerList.begin(); e != QTimerList.end(); ++e) { if (e->mob && e->mob == m) { parse->EventMob(EVENT_TIMER_STOP, m, nullptr, [&]() { return timer_name; });