mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 09:38:21 +00:00
Fix some OOZ group disband issues
This commit is contained in:
+1
-1
@@ -648,7 +648,7 @@ bool Group::DelMember(Mob* oldmember, bool ignoresender)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GetLeader() == nullptr)
|
if (!GetLeaderName())
|
||||||
{
|
{
|
||||||
DisbandGroup();
|
DisbandGroup();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user