Add rule Spells:AllowItemTGB for custom servers

This commit is contained in:
Michael Cook (mackal)
2016-08-08 20:21:38 -04:00
parent 051f9ffab9
commit 27f6826fd3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -379,6 +379,7 @@ RULE_BOOL(Spells, UseAdditiveFocusFromWornSlot, false) // Allows an additive foc
RULE_BOOL(Spells, AlwaysSendTargetsBuffs, false) // ignore LAA level if true
RULE_BOOL(Spells, FlatItemExtraSpellAmt, false) // allow SpellDmg stat to affect all spells, regardless of cast time/cooldown/etc
RULE_BOOL(Spells, IgnoreSpellDmgLvlRestriction, false) // ignore the 5 level spread on applying SpellDmg
RULE_BOOL(Spells, AllowItemTGB, false) // TGB doesn't work with items on live, custom servers want it though
RULE_CATEGORY_END()
RULE_CATEGORY(Combat)