mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Fix some OOZ group disband issues
This commit is contained in:
parent
77a2a249c2
commit
e15f8a2cb6
@ -648,7 +648,7 @@ bool Group::DelMember(Mob* oldmember, bool ignoresender)
|
||||
}
|
||||
}
|
||||
|
||||
if (GetLeader() == nullptr)
|
||||
if (!GetLeaderName())
|
||||
{
|
||||
DisbandGroup();
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user