fixup(Scripts/CrusaderColiseum)spellscripts (#20417)

This commit is contained in:
Jelle Meeus
2024-11-02 20:01:47 +01:00
committed by GitHub
parent acf267f84f
commit 3de510fa68

View File

@@ -819,11 +819,6 @@ class spell_valkyr_touch_aura : public AuraScript
{
PrepareAuraScript(spell_valkyr_touch_aura);
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_AURA_SPIRIT_OF_REDEMPTION });
}
void HandleEffectPeriodic(AuraEffect const* aurEff)
{
PreventDefaultAction();