Added caps and more checks for linkshells.

This commit is contained in:
Filip Maj 2019-06-08 17:06:10 -04:00
parent 8a03c40af9
commit f5ebb3fb3b
2 changed files with 53 additions and 28 deletions

View file

@ -6,6 +6,8 @@ namespace FFXIVClassic_World_Server
{
class LinkshellManager
{
public const int LS_MAX_ALLOWED = 8;
public const int LS_MAX_MEMBERS = 128;
public const byte RANK_GUEST = 0x1;
public const byte RANK_MEMBER = 0x4;
public const byte RANK_LEADER = 0x7;