[Spells] Target's Target Combat Range Rule (#2274)

This commit is contained in:
Kinglykrab
2022-06-24 19:04:52 -04:00
committed by GitHub
parent 059a4b7568
commit 28b07d635a
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -417,6 +417,7 @@ RULE_BOOL(Spells, UseSpellImpliedTargeting, false, "Replicates EQ2-style targeti
RULE_BOOL(Spells, BuffsFadeOnDeath, true, "Disable to keep buffs from fading on death")
RULE_BOOL(Spells, IllusionsAlwaysPersist, false, "Allows Illusions to persist beyond death and zoning always.")
RULE_BOOL(Spells, UseItemCastMessage, false, "Enable to use the \"item begins to glow\" messages when casting from an item.")
RULE_BOOL(Spells, TargetsTargetRequiresCombatRange, true, "Disable to remove combat range requirement from Target's Target Spell Target Type")
RULE_CATEGORY_END()
RULE_CATEGORY(Combat)