fixup! algalon phase punch

This commit is contained in:
Jelle Meeus
2024-06-09 19:46:21 +02:00
parent c003bcad7e
commit 2764c119d9

View File

@@ -1196,6 +1196,11 @@ class spell_algalon_phase_punch_aura : public AuraScript
{
PrepareAuraScript(spell_algalon_phase_punch_aura);
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(PhasePunchAlphaId);
}
void HandlePeriodic(AuraEffect const* /*aurEff*/)
{
PreventDefaultAction();