Update zone.cpp

This commit is contained in:
Kinglykrab 2025-05-31 21:23:57 -04:00
parent b7e5abf793
commit 67e0d1db0e

View File

@ -3540,6 +3540,8 @@ void Zone::StopAllTimers()
if (has_stop_event) {
parse->EventZone(EVENT_TIMER_STOP, this, e->name);
}
zone_timers.erase(e);
}
}