diff options
author | megamage <none@none> | 2009-06-07 23:32:35 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-07 23:32:35 -0500 |
commit | a328728cb85c1166db4efa46d71d96d7c16d0ee3 (patch) | |
tree | d8e972711d3be06df13b2c611c58e2b222741654 /src/game/SpellAuras.h | |
parent | 5e7d184734b24efdfc1cba6ec6b403015eeeaf37 (diff) |
*Implement spell aura 177.
--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 1a4d0590af7..9b7b024e02a 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -330,6 +330,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleNoReagentUseAura(bool Apply, bool Real, bool changeAmount); void HandlePhase(bool Apply, bool Real, bool changeAmount); void HandleAuraAllowOnlyAbility(bool apply, bool Real, bool changeAmount); + void HandleCharmConvert(bool apply, bool Real, bool changeAmount); // add/remove SPELL_AURA_MOD_SHAPESHIFT (36) linked auras void HandleShapeshiftBoosts(bool apply); |