Party leave/disband done.

This commit is contained in:
Filip Maj 2016-12-22 14:47:24 -05:00
parent 7c29a850c4
commit 6ba1f968c3
7 changed files with 134 additions and 5 deletions

View file

@ -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)