4909 {
4913 }
@ EFFECT_0
Definition SharedDefines.h:31
@ SPELL_AURA_DUMMY
Definition SpellAuraDefines.h:67
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectApplyFn(F, I, N, M)
Definition SpellScript.h:754
#define AuraCheckAreaTargetFn(F)
Definition SpellScript.h:733
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:765
HookList< EffectApplyHandler > AfterEffectRemove
Definition SpellScript.h:764
HookList< EffectApplyHandler > AfterEffectApply
Definition SpellScript.h:753
HookList< CheckAreaTargetHandler > DoCheckAreaTarget
Definition SpellScript.h:732
void OnApply(AuraEffect const *, AuraEffectHandleModes)
Definition spell_item.cpp:4896
void OnRemove(AuraEffect const *, AuraEffectHandleModes)
Definition spell_item.cpp:4903
bool CheckCaster(Unit *target)
Definition spell_item.cpp:4891