diff options
| author | QAston <none@none> | 2009-06-25 17:55:19 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-25 17:55:19 +0200 |
| commit | 70379983c3141da108a38549519e61a87313f517 (patch) | |
| tree | e91de1a82e0f73312bfe986687ac19f7d7faed3d /src/game/Spell.cpp | |
| parent | 642a343d9859f0b70f03b08a36f28401f9b760ec (diff) | |
*Implement aura type SPELL_AURA_ABILITY_PERIODIC_CRIT (286).
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
| -rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
