[Rule] Allow Skill ups from items (Default: On) (#1376)

This commit is contained in:
Michael
2021-06-11 14:29:09 -04:00
committed by GitHub
parent 02526072f3
commit 0461ac7912
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -164,6 +164,7 @@ RULE_INT(Character, DefaultGuild, 0, "If not 0, new characters placed into the g
RULE_BOOL(Character, ProcessFearedProximity, false, "Processes proximity checks when feared")
RULE_BOOL(Character, EnableCharacterEXPMods, false, "Enables character zone-based experience modifiers.")
RULE_BOOL(Character, PVPEnableGuardFactionAssist, true, "Enables faction based assisting against the aggresor in pvp.")
RULE_BOOL(Character, SkillUpFromItems, true, "Allow Skill ups from clickable items")
RULE_CATEGORY_END()
RULE_CATEGORY(Mercs)