3939 {
3942 }
@ EFFECT_1
Definition SharedDefines.h:32
@ SPELL_AURA_DUMMY
Definition SpellAuraDefines.h:67
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectApplyFn(F, I, N, M)
Definition SpellScript.h:743
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:754
HookList< EffectApplyHandler > AfterEffectRemove
Definition SpellScript.h:753
HookList< EffectApplyHandler > AfterEffectApply
Definition SpellScript.h:742
void AfterApply(AuraEffect const *, AuraEffectHandleModes)
Definition spell_generic.cpp:3923
void AfterRemove(AuraEffect const *, AuraEffectHandleModes)
Definition spell_generic.cpp:3930