Fix some OOZ group disband issues

This commit is contained in:
Michael Cook (mackal) 2017-04-23 13:26:21 -04:00
parent 77a2a249c2
commit e15f8a2cb6

View File

@ -648,7 +648,7 @@ bool Group::DelMember(Mob* oldmember, bool ignoresender)
}
}
if (GetLeader() == nullptr)
if (!GetLeaderName())
{
DisbandGroup();
return true;