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