[Rules] Evac Aggro Wipe (#3880)

clear aggro on evac spells, special case of wiping aggro for clients
This commit is contained in:
Fryguy
2024-01-07 13:51:07 -05:00
committed by GitHub
parent d9cfc3a858
commit bc3e9e8fba
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -471,6 +471,7 @@ RULE_BOOL(Spells, DOTBonusDamageSplitOverDuration, true, "Disable to have Damage
RULE_BOOL(Spells, HOTBonusHealingSplitOverDuration, true, "Disable to have Heal Over Time total bonus healing added to each tick instead of divided across duration")
RULE_BOOL(Spells, UseLegacyFizzleCode, false, "Enable will turn on the legacy fizzle code which is far stricter and more accurate to 2001/2002 testing.")
RULE_BOOL(Spells, LegacyManaburn, false, "Enable to have the legacy manaburn system from 2003 and earlier.")
RULE_BOOL(Spells, EvacClearAggroInSameZone, false, "Enable to clear aggro on clients when evacing in same zone.")
RULE_CATEGORY_END()
RULE_CATEGORY(Combat)