More group work. Added packet operations to the world server so it can send global group info.

This commit is contained in:
Filip Maj 2016-12-15 12:19:44 -05:00
parent 6c409e93a9
commit 1148619ca5
30 changed files with 1173 additions and 43 deletions

View file

@ -8,5 +8,7 @@ namespace FFXIVClassic_World_Server.DataObjects.Group
{
class RetainerGroupMember
{
public uint retainerId;
public string name;
}
}