915 {
919 }
@ EFFECT_1
Definition SharedDefines.h:32
@ SPELL_AURA_DUMMY
Definition SpellAuraDefines.h:67
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectProcFn(F, I, N)
Definition SpellScript.h:865
#define AuraCheckProcFn(F)
Definition SpellScript.h:829
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:765
HookList< EffectApplyHandler > AfterEffectRemove
Definition SpellScript.h:764
HookList< CheckProcHandler > DoCheckProc
Definition SpellScript.h:828
HookList< EffectProcHandler > OnEffectProc
Definition SpellScript.h:860
bool CheckProc(ProcEventInfo &eventInfo)
Definition spell_hunter.cpp:899
void OnRemove(AuraEffect const *, AuraEffectHandleModes)
Definition spell_hunter.cpp:893
void HandleProc(AuraEffect const *aurEff, ProcEventInfo &)
Definition spell_hunter.cpp:908