From 70379983c3141da108a38549519e61a87313f517 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 25 Jun 2009 17:55:19 +0200 Subject: *Implement aura type SPELL_AURA_ABILITY_PERIODIC_CRIT (286). --HG-- branch : trunk --- src/game/Spell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Spell.cpp') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 88a7d8508c3..5a6cd08e449 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -6183,7 +6183,7 @@ void Spell::CalculateDamageDoneForAllTargets() if (target.missCondition==SPELL_MISS_NONE) // In case spell hit target, do all effect on that target { - target.damage += CalculateDamageDone(unit, mask, multiplier); + target.damage += CalculateDamageDone(unit, mask, multiplier); target.crit = m_caster->isSpellCrit(unit, m_spellInfo, m_spellSchoolMask, m_attackType); } else if (target.missCondition == SPELL_MISS_REFLECT) // In case spell reflect from target, do all effect on caster (if hit) -- cgit v1.2.3