From dcd7bffa54d6eedbacd1bbdfe09bd0a007986491 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Mon, 22 Jan 2024 16:34:41 -0600 Subject: [PATCH] [Zoning] Additional logs for zoning under instance checks (#3989) --- zone/zoning.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone/zoning.cpp b/zone/zoning.cpp index fd8caed46..2e680d7a6 100644 --- a/zone/zoning.cpp +++ b/zone/zoning.cpp @@ -166,6 +166,7 @@ void Client::Handle_OP_ZoneChange(const EQApplicationPacket *app) { target_instance_id ).c_str() ); + LogZoning("Client [{}] Invalid zone instance request to zone id [{}]", GetCleanName(), target_zone_id); SendZoneCancel(zc); return; } @@ -179,6 +180,7 @@ void Client::Handle_OP_ZoneChange(const EQApplicationPacket *app) { target_zone_id ).c_str() ); + LogZoning("Client [{}] Invalid zone instance request to zone id [{}]", GetCleanName(), target_zone_id); SendZoneCancel(zc); return; }