diff options
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); |