437 {
440
443
445 {
448 }
449
451 }
#define EFFECT_ALL
Definition SharedDefines.h:38
@ SPELL_AURA_MOD_RESISTANCE
Definition SpellAuraDefines.h:85
@ SPELL_AURA_MOD_DAMAGE_DONE
Definition SpellAuraDefines.h:76
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectCalcAmountFn(F, I, N)
Definition SpellScript.h:783
#define AuraEffectApplyFn(F, I, N, M)
Definition SpellScript.h:754
#define SPELL_AURA_ANY
Definition SpellScript.h:43
HookList< EffectCalcAmountHandler > DoEffectCalcAmount
Definition SpellScript.h:782
HookList< EffectApplyHandler > OnEffectApply
Definition SpellScript.h:749
uint32 m_scriptSpellId
Definition SpellScript.h:107
void CalculateSPAmount(AuraEffect const *, int32 &amount, bool &)
Definition spell_druid.cpp:413
void CalculateResistanceAmount(AuraEffect const *aurEff, int32 &amount, bool &)
Definition spell_druid.cpp:378
void CalculateStatAmount(AuraEffect const *aurEff, int32 &amount, bool &)
Definition spell_druid.cpp:389
void HandleEffectApply(AuraEffect const *aurEff, AuraEffectHandleModes)
Definition spell_druid.cpp:427
void CalculateAPAmount(AuraEffect const *, int32 &amount, bool &)
Definition spell_druid.cpp:399