229 {
234 }
#define EFFECT_ALL
Definition SharedDefines.h:38
@ SPELL_AURA_DUMMY
Definition SpellAuraDefines.h:67
#define AuraEffectCalcAmountFn(F, I, N)
Definition SpellScript.h:783
#define AuraEffectPeriodicFn(F, I, N)
Definition SpellScript.h:771
#define AuraEffectCalcPeriodicFn(F, I, N)
Definition SpellScript.h:789
#define AuraEffectCalcSpellModFn(F, I, N)
Definition SpellScript.h:795
HookList< EffectCalcPeriodicHandler > DoEffectCalcPeriodic
Definition SpellScript.h:788
HookList< EffectPeriodicHandler > OnEffectPeriodic
Definition SpellScript.h:770
HookList< EffectCalcAmountHandler > DoEffectCalcAmount
Definition SpellScript.h:782
HookList< EffectCalcSpellModHandler > DoEffectCalcSpellMod
Definition SpellScript.h:794
void CalculateAmount(AuraEffect const *aurEff, int32 &amount, bool &)
Definition spell_warlock.cpp:200
void HandleEffectCalcSpellMod(AuraEffect const *aurEff, SpellModifier *&spellMod)
Definition spell_warlock.cpp:208
void CalcPeriodic(AuraEffect const *, bool &isPeriodic, int32 &litude)
Definition spell_warlock.cpp:194
void HandlePeriodic(AuraEffect const *aurEff)
Definition spell_warlock.cpp:222