Skip to content

Commit d353a1b

Browse files
authored
Fix erroneous hook ID
1 parent e49859f commit d353a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/SpellHooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void Eluna::OnAuraCalcAmount(Aura* aura, AuraEffect const* auraEff, int32& amoun
9494

9595
void Eluna::OnCalcPeriodic(Aura* aura, AuraEffect const* auraEff, bool& isPeriodic, int32& amplitude)
9696
{
97-
START_HOOK(SPELL_EVENT_ON_AURA_CALC_AMOUNT, aura);
97+
START_HOOK(SPELL_EVENT_ON_CALC_PERIODIC, aura);
9898

9999
HookPush(aura);
100100
HookPush(auraEff);

0 commit comments

Comments
 (0)