mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Relation code finished.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace FFXIVClassic_World_Server
|
||||
mCurrentWorldGroupsReference = worldGroupList;
|
||||
}
|
||||
|
||||
public void CreateRelationGroup(uint hostCharaId, uint otherCharaId, uint command)
|
||||
public Relation CreateRelationGroup(uint hostCharaId, uint otherCharaId, uint command)
|
||||
{
|
||||
lock (mGroupLockReference)
|
||||
{
|
||||
@@ -27,6 +27,7 @@ namespace FFXIVClassic_World_Server
|
||||
mRelationList.Add(groupIndex, relation);
|
||||
mCurrentWorldGroupsReference.Add(groupIndex, relation);
|
||||
mWorldManager.IncrementGroupIndex();
|
||||
return relation;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user