Merc group/depop crash fixes.

This commit is contained in:
SecretsOTheP
2013-03-24 14:31:03 -04:00
parent e2b9efaf49
commit e0b05e573e
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -6689,7 +6689,6 @@ void Client::Handle_OP_GroupDisband(const EQApplicationPacket *app)
}
}
else if(memberToDisband->IsMerc()) {
Merc::RemoveMercFromGroup(memberToDisband->CastToMerc(), group);
memberToDisband->CastToMerc()->Suspend();
}
}