fixup! algalon remove phase

This commit is contained in:
Jelle Meeus
2024-06-09 19:48:13 +02:00
parent 2764c119d9
commit dd7885b8dc

View File

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