diff options
author | QAston <none@none> | 2009-06-16 15:29:07 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-16 15:29:07 +0200 |
commit | 2e6db5421eb0132fc84d26b6f0c28c76a6b89a67 (patch) | |
tree | c0da76853de39de1e4c8b8c8c0792e04ce4890e9 /src/game/SpellAuras.h | |
parent | 56408648456b8b78d0bfed4aec8d74473ab6b62e (diff) |
*Fix aura type 280.
--HG--
branch : trunk
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 36f576b89fe..38771c557c2 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -332,6 +332,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleAuraAllowOnlyAbility(bool apply, bool Real, bool changeAmount); void HandleCharmConvert(bool apply, bool Real, bool changeAmount); void HandleReflectSpells( bool Apply, bool Real , bool changeAmount); + void HandleModArmorPenetrationPct(bool Apply, bool Real, bool changeAmount); // add/remove SPELL_AURA_MOD_SHAPESHIFT (36) linked auras void HandleShapeshiftBoosts(bool apply); |