mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 06:54:43 +02:00
Added caps and more checks for linkshells.
This commit is contained in:
parent
8a03c40af9
commit
f5ebb3fb3b
2 changed files with 53 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue