From bc73e9c4e3b565bdfaf37d8c988840bf3d557ccb Mon Sep 17 00:00:00 2001 From: SecretsOTheP Date: Sun, 24 Mar 2013 04:02:47 -0400 Subject: [PATCH] Whoops. Fixed a small change I did. --- zone/client_packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }