aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuraEffects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellAuraEffects.h')
-rw-r--r--src/game/SpellAuraEffects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellAuraEffects.h b/src/game/SpellAuraEffects.h
index 3adf009e388..a74952fef52 100644
--- a/src/game/SpellAuraEffects.h
+++ b/src/game/SpellAuraEffects.h
@@ -67,6 +67,8 @@ class TRINITY_DLL_SPEC AuraEffect
bool IsPeriodic() const { return m_isPeriodic; }
bool IsAffectedOnSpell(SpellEntry const *spell) const;
+ void SendTickImmune(Unit * target, Unit *caster) const;
+
void PeriodicTick(Unit * target, Unit * caster) const;
void PeriodicDummyTick(Unit * target, Unit * caster) const;
Unit* GetTriggerTarget(Unit * target) const;