[9844] Fix some whitespace errors.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
hunuza 2010-05-07 12:24:29 +02:00
parent ec0141261a
commit 68abd76c97
20 changed files with 88 additions and 88 deletions

View file

@ -5258,8 +5258,8 @@ SpellCastResult Spell::CheckCasterAuras() const
{
if(!(*itr)->isAffectedOnSpell(m_spellInfo))
{
prevented_reason = SPELL_FAILED_CASTER_AURASTATE;
break;
prevented_reason = SPELL_FAILED_CASTER_AURASTATE;
break;
}
}
}