[Feature] Add lua and perl event for test buff (#1403)

* [Feature] Add lua and perl event for test buff

* added EnableTestBuff
This commit is contained in:
Dencelle
2021-06-16 10:04:34 -05:00
committed by GitHub
parent 5d937b5be9
commit 4f5824b4a1
8 changed files with 18 additions and 3 deletions
+1
View File
@@ -165,6 +165,7 @@ RULE_BOOL(Character, ProcessFearedProximity, false, "Processes proximity checks
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_BOOL(Character, EnableTestBuff, false, "Allow the use of /testbuff")
RULE_CATEGORY_END()
RULE_CATEGORY(Mercs)