[Core] Remove a useless statement from (cz2654). (cz2655)

Thank you for pointing this out, @fgreinus.
This commit is contained in:
evil-at-wow 2015-04-03 22:55:50 +01:00 committed by Antz
parent e736152cb7
commit 5415cf16c4

View File

@ -4018,7 +4018,6 @@ SpellCastResult Spell::CheckCast(bool strict)
if ((*itr)->GetModifier()->m_miscvalue == 4327) if ((*itr)->GetModifier()->m_miscvalue == 4327)
{ {
return SPELL_FAILED_FIZZLE; return SPELL_FAILED_FIZZLE;
itr = auraClassScripts.begin();
} }
else else
++itr; ++itr;