From 67e0d1db0ed5aa55741829a9a72e57478fc9ed45 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Sat, 31 May 2025 21:23:57 -0400 Subject: [PATCH] Update zone.cpp --- zone/zone.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone/zone.cpp b/zone/zone.cpp index 4a001016c..0e88a0bf4 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -3540,6 +3540,8 @@ void Zone::StopAllTimers() if (has_stop_event) { parse->EventZone(EVENT_TIMER_STOP, this, e->name); } + + zone_timers.erase(e); } }