mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 03:20:30 +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
|
@ -356,7 +356,7 @@ namespace FFXIVClassic_World_Server
|
|||
{
|
||||
inviterSession.SendGameMessage(30544, 0x20);
|
||||
}
|
||||
else if (mRelationGroupManager.GetLinkshellRelationGroup(inviterSession.sessionId) != null)
|
||||
else if (mRelationGroupManager.GetLinkshellRelationGroup(invitee) != null)
|
||||
{
|
||||
Session inviteeSession = mServer.GetSession(invitee);
|
||||
inviterSession.SendGameMessage(25196, 0x20, (object)inviteeSession); //Unable to invite X another pending
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue