aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
author_manuel_ <none@none>2010-01-05 21:50:11 -0300
committer_manuel_ <none@none>2010-01-05 21:50:11 -0300
commitc454c2a15a71b7f3bb0a123d770c41cb2df6188d (patch)
tree4e79da9c5f6b4871a8fdcb997955c31bfd12e959 /src/game/Spell.cpp
parent0bd566213a74214553ca734ab08f4b8cd9430559 (diff)
parentb56b2c2a4339073456290079fc4bfb2bf0b6b5ed (diff)
Merge :(
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 9aa54f9b14e..1d855f727cf 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1099,9 +1099,9 @@ void Spell::DoAllEffectOnTarget(TargetInfo *target)
}
}
- // Do not take combo points on dodge
+ // Do not take combo points on dodge and miss
if (m_needComboPoints && m_targets.getUnitTargetGUID() == target->targetGUID)
- if( missInfo != SPELL_MISS_NONE && missInfo != SPELL_MISS_MISS)
+ if (missInfo != SPELL_MISS_NONE)
m_needComboPoints = false;
// Trigger info was not filled in spell::preparedatafortriggersystem - we do it now