chore(Scripts/Spells): Remove a few aura types being passed as spells in the validator (#11576)

This commit is contained in:
Skjalf
2022-04-29 20:17:03 -03:00
committed by GitHub
parent 8c154e6ef7
commit 26c66e0d79

View File

@@ -1725,11 +1725,6 @@ class spell_gen_remove_flight_auras : public SpellScript
{
PrepareSpellScript(spell_gen_remove_flight_auras);
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_AURA_FLY, SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED });
}
void HandleScript(SpellEffIndex /*effIndex*/)
{
if (Unit* target = GetHitUnit())