Add GM:MinStatusToLevelTarget rule, which determines the GM status needed to use the #level command on your target.

This commit is contained in:
Justin Wienckowski
2019-04-15 02:07:29 -07:00
parent 8681d0acf7
commit 6a31af81ee
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -205,6 +205,7 @@ RULE_CATEGORY_END()
RULE_CATEGORY(GM)
RULE_INT(GM, MinStatusToSummonItem, 250)
RULE_INT(GM, MinStatusToZoneAnywhere, 250)
RULE_INT(GM, MinStatusToLevelTarget, 100)
RULE_CATEGORY_END()
RULE_CATEGORY(World)