From 3c59e4d9a0351bb681b209012ca0f741ff3760ed Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 30 Jul 2009 22:17:43 +0200 Subject: *Fix penance client crash when interrupting it by esc - by thenecromancer. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 724c57c48b6..2e683e05122 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1478,9 +1478,9 @@ void Spell::EffectDummy(uint32 i) return; } if (m_caster->IsFriendlyTo(unitTarget)) - m_caster->CastSpell(unitTarget, heal, true, 0); + m_caster->CastSpell(unitTarget, heal, false, 0); else - m_caster->CastSpell(unitTarget, hurt, true, 0); + m_caster->CastSpell(unitTarget, hurt, false, 0); return; } break; -- cgit v1.2.3