Whoops. Fixed a small change I did.

This commit is contained in:
SecretsOTheP 2013-03-24 04:02:47 -04:00
parent e609ec1df6
commit bc73e9c4e3

View File

@ -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());
}