2650 {
2654 }
@ EFFECT_0
Definition SharedDefines.h:31
@ SPELL_AURA_DUMMY
Definition SpellAuraDefines.h:67
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectProcFn(F, I, N)
Definition SpellScript.h:868
#define AuraCheckProcFn(F)
Definition SpellScript.h:831
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:766
HookList< EffectApplyHandler > AfterEffectRemove
Definition SpellScript.h:765
HookList< CheckProcHandler > DoCheckProc
Definition SpellScript.h:830
HookList< EffectProcHandler > OnEffectProc
Definition SpellScript.h:863
bool CheckProc(ProcEventInfo &eventInfo)
Definition spell_item.cpp:2602
void OnRemove(AuraEffect const *, AuraEffectHandleModes)
Definition spell_item.cpp:2644
void HandleProc(AuraEffect const *aurEff, ProcEventInfo &eventInfo)
Definition spell_item.cpp:2628