mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 20:08:20 +02:00
Party leave/disband done.
This commit is contained in:
parent
7c29a850c4
commit
6ba1f968c3
7 changed files with 134 additions and 5 deletions
|
@ -221,7 +221,8 @@ namespace FFXIVClassic_World_Server
|
|||
}
|
||||
|
||||
pt.SendGroupPackets(session);
|
||||
SendPartySync(pt);
|
||||
SendPartySync(pt);
|
||||
|
||||
mRetainerGroupManager.GetRetainerGroup(session.sessionId).SendGroupPackets(session);
|
||||
List<Linkshell> linkshells = mLinkshellManager.GetPlayerLinkshellMembership(session.sessionId);
|
||||
foreach (Linkshell ls in linkshells)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue