diff options
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 821e208d6b7..fe82a319f20 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -333,6 +333,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleAuraCloneCaster(bool Apply, bool Real, bool changeAmount); void HandleAuraModCritPct(bool Apply, bool Real, bool changeAmount); void HandleAuraLinked(bool Apply, bool Real, bool changeAmount); + void HandleModTargetArmorPct(bool Apply, bool Real, bool changeAmount); void HandleAuraEffectSpecificMods(bool apply, bool Real, bool changeAmount); int32 CalculateCrowdControlAuraAmount(Unit * caster); |