From 01b9ae6c58111d073e734cabfea0d66a20c3a196 Mon Sep 17 00:00:00 2001 From: Neo2003 Date: Mon, 17 Jan 2011 18:58:55 +0300 Subject: [PATCH] [11029] Rewrite comment line from engrish. Also thanks to Schmoozerd for pointin to other fixed typos. Signed-off-by: VladimirMangos --- src/game/Spell.cpp | 2 +- src/game/SpellAuras.cpp | 2 +- src/shared/revision_nr.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 7cb595f9c..ab4b0fc3a 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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 diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index b51d563d5..31f9b5997 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -8541,7 +8541,7 @@ void SpellAuraHolder::HandleSpellSpecificBoosts(bool apply) } case 58914: // Kill Command, pet aura { - // need remove here becase dummy aura hamdler apply/unapply at stack changes + // Removal is needed here because the dummy aura handler is applied / removed at stacks change if (!apply) if(Unit* caster = GetCaster()) caster->RemoveAurasDueToSpell(34027); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8b8cdcf28..16feab6ab 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11028" + #define REVISION_NR "11029" #endif // __REVISION_NR_H__