[11029] Rewrite comment line from engrish.

Also thanks to Schmoozerd for pointin to other fixed typos.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Neo2003 2011-01-17 18:58:55 +03:00 committed by VladimirMangos
parent 9baa31bc04
commit 01b9ae6c58
3 changed files with 3 additions and 3 deletions

View file

@ -4923,7 +4923,7 @@ SpellCastResult Spell::CheckCast(bool strict)
{
// spell different for friends and enemies
// hart version required facing
if (m_targets.getUnitTarget() && !m_caster->IsFriendlyTo(m_targets.getUnitTarget()) && !m_caster->HasInArc( M_PI_F, m_targets.getUnitTarget() ))
if (m_targets.getUnitTarget() && !m_caster->IsFriendlyTo(m_targets.getUnitTarget()) && !m_caster->HasInArc(M_PI_F, m_targets.getUnitTarget()))
return SPELL_FAILED_UNIT_NOT_INFRONT;
}
// Fire Nova