Skip to content

Commit

Permalink
remove no longer needed validate override
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed May 15, 2024
1 parent cc9d7b5 commit d73da98
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -899,11 +899,6 @@ class spell_sindragosa_unchained_magic_aura : public AuraScript
{
PrepareAuraScript(spell_sindragosa_unchained_magic_aura);

bool Validate(SpellInfo const* /*spellInfo*/) override
{
return true;
}

bool AfterCheckProc(ProcEventInfo& /*eventInfo*/, bool isTriggeredAtSpellProcEvent)
{
if (!isTriggeredAtSpellProcEvent)
Expand Down

0 comments on commit d73da98

Please sign in to comment.