mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Fixed linkshell invites being stackable. Fixed founder of a LS not being set to master.
This commit is contained in:
parent
a07aa12783
commit
8a03c40af9
4 changed files with 21 additions and 11 deletions
|
@ -46,9 +46,9 @@ namespace FFXIVClassic_World_Server.DataObjects.Group
|
|||
work._memberSave[index].rank = rank;
|
||||
}
|
||||
|
||||
public void AddMember(uint charaId)
|
||||
public void AddMember(uint charaId, byte rank = LinkshellManager.RANK_MEMBER)
|
||||
{
|
||||
members.Add(new LinkshellMember(charaId, dbId, 0x4));
|
||||
members.Add(new LinkshellMember(charaId, dbId, rank));
|
||||
members.Sort();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue