diff options
author | QAston <none@none> | 2009-06-06 12:53:38 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-06 12:53:38 +0200 |
commit | e6941a4f412a442ca97ef1b454837f74077e5f6c (patch) | |
tree | 52b15f1a811f80a885dff7a8021aabf13012b63f /src/game/SpellAuras.h | |
parent | 8bc014b42d283376d4bb196543081ce91d9c0242 (diff) |
*Remove Arcane Blast on Arcane Missiles and Arcane Barrage cast
*Spell_affect entry for Fingers of frost - by Larva
*use spellaffect entries in every affect check
*Allow spell_affect table to modify affect data for any spell
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index ed6bb37fe2a..9deb25772d4 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -209,7 +209,6 @@ class TRINITY_DLL_SPEC AuraEffect void HandleAuraFeatherFall(bool Apply, bool Real, bool changeAmount); void HandleAuraHover(bool Apply, bool Real, bool changeAmount); void HandleAddModifier(bool Apply, bool Real, bool changeAmount); - void HandleAddTargetTrigger(bool Apply, bool Real, bool changeAmount); void HandleAuraModStun(bool Apply, bool Real, bool changeAmount); void HandleModDamageDone(bool Apply, bool Real, bool changeAmount); void HandleAuraUntrackable(bool Apply, bool Real, bool changeAmount); |