mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
[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:
parent
9baa31bc04
commit
01b9ae6c58
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue