This commit is contained in:
Kinglykrab 2025-05-31 21:17:09 -04:00
parent 89922fbaf4
commit b7e5abf793

View File

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