Relation code finished.

This commit is contained in:
Filip Maj 2016-12-18 10:07:06 -05:00
parent 7036ef363d
commit 4109f33b6e
3 changed files with 13 additions and 6 deletions

View file

@ -215,6 +215,8 @@ namespace FFXIVClassic_World_Server
List<Linkshell> linkshells = mLinkshellManager.GetPlayerLinkshellMembership(session.sessionId);
foreach (Linkshell ls in linkshells)
ls.SendGroupPackets(session);
mRelationGroupManager.CreateRelationGroup(157, session.sessionId, 0x2711).SendGroupPackets(session);
}
private void SendMotD(Session session)