mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(Core/Groups): Create the group at first invite (#17869)
* cherry-pick commit (132538db1d) * cherry-pick commit (250e8d998b) * part https://github.com/azerothcore/azerothcore-wotlk/issues/11070 Co-authored-by: Treeston <14020072+Treeston@users.noreply.github.com>
This commit is contained in:
@@ -243,6 +243,7 @@ public:
|
||||
GroupReference* GetFirstMember() { return m_memberMgr.getFirst(); }
|
||||
GroupReference const* GetFirstMember() const { return m_memberMgr.getFirst(); }
|
||||
uint32 GetMembersCount() const { return m_memberSlots.size(); }
|
||||
uint32 GetInviteeCount() const { return m_invitees.size(); }
|
||||
|
||||
uint8 GetMemberGroup(ObjectGuid guid) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user