147 {
151 }
@ EFFECT_1
Definition SharedDefines.h:32
@ SPELL_AURA_PERIODIC_DUMMY
Definition SpellAuraDefines.h:289
#define AuraEffectCalcAmountFn(F, I, N)
Definition SpellScript.h:783
#define AuraEffectUpdatePeriodicFn(F, I, N)
Definition SpellScript.h:777
#define AuraEffectCalcPeriodicFn(F, I, N)
Definition SpellScript.h:789
HookList< EffectCalcPeriodicHandler > DoEffectCalcPeriodic
Definition SpellScript.h:788
HookList< EffectCalcAmountHandler > DoEffectCalcAmount
Definition SpellScript.h:782
HookList< EffectUpdatePeriodicHandler > OnEffectUpdatePeriodic
Definition SpellScript.h:776
void CalcAmount(AuraEffect const *, int32 &amount, bool &)
Definition spell_generic.cpp:103
void CalcPeriodic(AuraEffect const *, bool &isPeriodic, int32 &)
Definition spell_generic.cpp:92
void UpdatePeriodic(AuraEffect *aurEff)
Definition spell_generic.cpp:114