225 {
227 {
229 }
230 else
231 {
234 }
235 }
@ 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:766
#define AuraEffectCalcPeriodicFn(F, I, N)
Definition SpellScript.h:778
#define AuraEffectRemoveFn(F, I, N, M)
Definition SpellScript.h:754
@ SPELL_POSSESS_CHANNELED
Definition boss_shirrak_the_dead_watcher.cpp:36
HookList< EffectCalcPeriodicHandler > DoEffectCalcPeriodic
Definition SpellScript.h:777
HookList< EffectUpdatePeriodicHandler > OnEffectUpdatePeriodic
Definition SpellScript.h:765
HookList< EffectApplyHandler > OnEffectRemove
Definition SpellScript.h:749
uint32 m_scriptSpellId
Definition SpellScript.h:107
void CalcPeriodic(AuraEffect const *, bool &isPeriodic, int32 &litude)
Definition boss_shirrak_the_dead_watcher.cpp:207
void Update(AuraEffect *)
Definition boss_shirrak_the_dead_watcher.cpp:213
void OnRemove(AuraEffect const *, AuraEffectHandleModes)
Definition boss_shirrak_the_dead_watcher.cpp:191