4677 {
4680 }
@ EFFECT_1
Definition SharedDefines.h:32
@ EFFECT_2
Definition SharedDefines.h:33
@ SPELL_AURA_PERIODIC_TRIGGER_SPELL
Definition SpellAuraDefines.h:86
@ SPELL_AURA_MOD_STUN
Definition SpellAuraDefines.h:75
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectUpdatePeriodicFn(F, I, N)
Definition SpellScript.h:766
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:754
HookList< EffectApplyHandler > AfterEffectRemove
Definition SpellScript.h:753
HookList< EffectUpdatePeriodicHandler > OnEffectUpdatePeriodic
Definition SpellScript.h:765
void AfterRemove(AuraEffect const *, AuraEffectHandleModes)
Definition spell_generic.cpp:4658
void HandleProc(AuraEffect *)
Definition spell_generic.cpp:4644