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; }