297 {
302 }
@ EFFECT_0
Definition SharedDefines.h:31
@ SPELL_AURA_PERIODIC_TRIGGER_SPELL
Definition SpellAuraDefines.h:86
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectPeriodicFn(F, I, N)
Definition SpellScript.h:772
#define AuraEffectCalcPeriodicFn(F, I, N)
Definition SpellScript.h:790
#define AuraEffectApplyFn(F, I, N, M)
Definition SpellScript.h:755
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:766
HookList< EffectCalcPeriodicHandler > DoEffectCalcPeriodic
Definition SpellScript.h:789
HookList< EffectPeriodicHandler > OnEffectPeriodic
Definition SpellScript.h:771
HookList< EffectApplyHandler > OnEffectRemove
Definition SpellScript.h:761
HookList< EffectApplyHandler > OnEffectApply
Definition SpellScript.h:750
void CalcPeriodic(AuraEffect const *, bool &, int32 &litude)
Definition boss_lurker_below.cpp:271
void HandleEffectRemove(AuraEffect const *, AuraEffectHandleModes)
Definition boss_lurker_below.cpp:276
void HandleEffectApply(AuraEffect const *, AuraEffectHandleModes)
Definition boss_lurker_below.cpp:266
void OnPeriodic(AuraEffect const *aurEff)
Definition boss_lurker_below.cpp:287