3273 {
3275
3276
3278 {
3281 }
3282
3283
3286
3287
3289 {
3292 }
3293 }
@ EFFECT_1
Definition SharedDefines.h:32
@ EFFECT_0
Definition SharedDefines.h:31
@ EFFECT_2
Definition SharedDefines.h:33
@ SPELL_AURA_DUMMY
Definition SpellAuraDefines.h:67
@ SPELL_AURA_MOD_DAMAGE_PERCENT_TAKEN
Definition SpellAuraDefines.h:150
@ AURA_EFFECT_HANDLE_CHANGE_AMOUNT_MASK
Definition SpellAuraDefines.h:49
@ AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK
Definition SpellAuraDefines.h:51
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define sSpellMgr
Definition SpellMgr.h:847
#define AuraEffectApplyFn(F, I, N, M)
Definition SpellScript.h:754
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:765
HookList< EffectApplyHandler > AfterEffectApply
Definition SpellScript.h:753
HookList< EffectApplyHandler > OnEffectRemove
Definition SpellScript.h:760
Definition SpellInfo.h:340
std::array< SpellEffectInfo, MAX_SPELL_EFFECTS > Effects
Definition SpellInfo.h:417
uint32 m_scriptSpellId
Definition SpellScript.h:107
void RemoveDummyFromDriver(AuraEffect const *, AuraEffectHandleModes)
Definition spell_generic.cpp:3264
void RemoveVisualShields(AuraEffect const *, AuraEffectHandleModes)
Definition spell_generic.cpp:3258
void RefreshVisualShields(AuraEffect const *aurEff, AuraEffectHandleModes)
Definition spell_generic.cpp:3243