4896 {
4900 }
@ 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:755
#define AuraCheckAreaTargetFn(F)
Definition SpellScript.h:734
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:766
HookList< EffectApplyHandler > AfterEffectRemove
Definition SpellScript.h:765
HookList< EffectApplyHandler > AfterEffectApply
Definition SpellScript.h:754
HookList< CheckAreaTargetHandler > DoCheckAreaTarget
Definition SpellScript.h:733
void OnApply(AuraEffect const *, AuraEffectHandleModes)
Definition spell_item.cpp:4883
void OnRemove(AuraEffect const *, AuraEffectHandleModes)
Definition spell_item.cpp:4890
bool CheckCaster(Unit *target)
Definition spell_item.cpp:4878