mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Rules] Add rule 'GM:MinStatusToBypassLockedServer' (#1330)
* Add rule 'GM:MinStatusToBypassLockedServer' Default Status: 100 Description: Players >= this status can log in to the server even when it is locked * Add rule 'GM:MinStatusToBypassLockedServer' Default Status: 100 Description: Players >= this status can log in to the server even when it is locked
This commit is contained in:
@@ -209,6 +209,7 @@ RULE_CATEGORY(GM)
|
||||
RULE_INT(GM, MinStatusToSummonItem, 250, "Minimum required status to summon items")
|
||||
RULE_INT(GM, MinStatusToZoneAnywhere, 250, "Minimum required status to zone anywhere")
|
||||
RULE_INT(GM, MinStatusToLevelTarget, 100, "Minimum required status to set the level of a player")
|
||||
RULE_INT(GM, MinStatusToBypassLockedServer, 100, "Players >= this status can log in to the server even when it is locked")
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
RULE_CATEGORY(World)
|
||||
|
||||
Reference in New Issue
Block a user