diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 78e7aca88..cae85336a 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -6462,7 +6462,7 @@ void Client::Handle_OP_GroupFollow2(const EQApplicationPacket *app) // Remove the merc from the old group if (GetMerc()) { - if(GetGroup()) + if(GetMerc()->GetGroup()) { Merc::RemoveMercFromGroup(GetMerc(), GetMerc()->GetGroup()); }