220 {
222 {
224 }
225 else
226 {
229 }
230 }
@ EFFECT_0
Definition SharedDefines.h:31
@ SPELL_AURA_MOD_CHARM
Definition SpellAuraDefines.h:69
@ SPELL_AURA_PERIODIC_TRIGGER_SPELL
Definition SpellAuraDefines.h:86
@ AURA_EFFECT_HANDLE_REAL
Definition SpellAuraDefines.h:42
#define AuraEffectUpdatePeriodicFn(F, I, N)
Definition SpellScript.h:777
#define AuraEffectCalcPeriodicFn(F, I, N)
Definition SpellScript.h:789
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:765
@ SPELL_POSSESS_CHANNELED
Definition boss_shirrak_the_dead_watcher.cpp:36
HookList< EffectCalcPeriodicHandler > DoEffectCalcPeriodic
Definition SpellScript.h:788
HookList< EffectUpdatePeriodicHandler > OnEffectUpdatePeriodic
Definition SpellScript.h:776
HookList< EffectApplyHandler > OnEffectRemove
Definition SpellScript.h:760
uint32 m_scriptSpellId
Definition SpellScript.h:107
void CalcPeriodic(AuraEffect const *, bool &isPeriodic, int32 &litude)
Definition boss_shirrak_the_dead_watcher.cpp:202
void Update(AuraEffect *)
Definition boss_shirrak_the_dead_watcher.cpp:208
void OnRemove(AuraEffect const *, AuraEffectHandleModes)
Definition boss_shirrak_the_dead_watcher.cpp:186