212 {
217 }
#define EFFECT_ALL
Definition: SharedDefines.h:38
#define AuraEffectCalcAmountFn(F, I, N)
Definition: SpellScript.h:772
#define AuraEffectPeriodicFn(F, I, N)
Definition: SpellScript.h:760
#define AuraEffectCalcPeriodicFn(F, I, N)
Definition: SpellScript.h:778
#define AuraEffectCalcSpellModFn(F, I, N)
Definition: SpellScript.h:784
@ SPELL_AURA_DUMMY
Definition: SpellAuraDefines.h:67
HookList< EffectCalcPeriodicHandler > DoEffectCalcPeriodic
Definition: SpellScript.h:777
HookList< EffectPeriodicHandler > OnEffectPeriodic
Definition: SpellScript.h:759
HookList< EffectCalcAmountHandler > DoEffectCalcAmount
Definition: SpellScript.h:771
HookList< EffectCalcSpellModHandler > DoEffectCalcSpellMod
Definition: SpellScript.h:783
void CalculateAmount(AuraEffect const *aurEff, int32 &amount, bool &)
Definition: spell_warlock.cpp:183
void HandleEffectCalcSpellMod(AuraEffect const *aurEff, SpellModifier *&spellMod)
Definition: spell_warlock.cpp:191
void CalcPeriodic(AuraEffect const *, bool &isPeriodic, int32 &litude)
Definition: spell_warlock.cpp:177
void HandlePeriodic(AuraEffect const *aurEff)
Definition: spell_warlock.cpp:205