We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49859f commit d353a1bCopy full SHA for d353a1b
1 file changed
hooks/SpellHooks.cpp
@@ -94,7 +94,7 @@ void Eluna::OnAuraCalcAmount(Aura* aura, AuraEffect const* auraEff, int32& amoun
94
95
void Eluna::OnCalcPeriodic(Aura* aura, AuraEffect const* auraEff, bool& isPeriodic, int32& amplitude)
96
{
97
- START_HOOK(SPELL_EVENT_ON_AURA_CALC_AMOUNT, aura);
+ START_HOOK(SPELL_EVENT_ON_CALC_PERIODIC, aura);
98
99
HookPush(aura);
100
HookPush(auraEff);
0 commit comments