Groups now only disband if all members reject the invitation (as opposed to if any member rejects the invitation).
Port From (https://github.com/TrinityCore/TrinityCore/commit/e3077813d5bf4521fff8be3ea24db231ed00c02f)
This commit is contained in:
@@ -2586,6 +2586,7 @@ namespace Game.Groups
|
||||
public List<MemberSlot> GetMemberSlots() { return m_memberSlots; }
|
||||
public GroupReference GetFirstMember() { return (GroupReference)m_memberMgr.GetFirst(); }
|
||||
public uint GetMembersCount() { return (uint)m_memberSlots.Count; }
|
||||
public uint GetInviteeCount() { return (uint)m_invitees.Count; }
|
||||
public GroupFlags GetGroupFlags() { return m_groupFlags; }
|
||||
|
||||
bool IsReadyCheckStarted() { return m_readyCheckStarted; }
|
||||
|
||||
Reference in New Issue
Block a user