From 2515b55e56ee12ddc28cadfe1d00aa9fa47676d4 Mon Sep 17 00:00:00 2001 From: Emagi Date: Sat, 9 Aug 2025 10:30:05 -0400 Subject: [PATCH] Disable the zone enter timer until we need it later on in the client process --- source/WorldServer/client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/WorldServer/client.cpp b/source/WorldServer/client.cpp index 82f4b3c..bf8e055 100644 --- a/source/WorldServer/client.cpp +++ b/source/WorldServer/client.cpp @@ -248,6 +248,7 @@ Client::Client(EQStream* ieqs) : underworld_cooldown_timer(5000), zone_enter_tim SetShopWindowStatus(false); search_page = 0; firstlogin_transmit = false; + zone_enter_timer.Disable(); } Client::~Client() {