mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Relation code finished.
This commit is contained in:
parent
7036ef363d
commit
4109f33b6e
3 changed files with 13 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue