diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 2092998d3..b2e8ec43c 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -2205,7 +2205,7 @@ void Client::Handle_OP_AdventureMerchantRequest(const EQApplicationPacket *app) return; //you have to be somewhat close to them to be properly using them - if (DistNoRoot(*tmp) > USE_NPC_RANGE2) + if (ComparativeDistance(m_Position, tmp->GetPosition()) > USE_NPC_RANGE2) return; merchantid = tmp->CastToNPC()->MerchantType;