diff options
author | QAston <none@none> | 2009-06-27 15:51:36 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-27 15:51:36 +0200 |
commit | da3569402d73d9a5ad8c67adc4000e43f0e0f5f5 (patch) | |
tree | 60689b0a42df89fc5151e63090efef0db054393e /src/game/SpellEffects.cpp | |
parent | a74ae1873997342ab79ae5db12d6361d7865000f (diff) | |
parent | e92f3cf01fb618505f3600a9a291c33b12aa5e63 (diff) |
*Merge tc1 1591 - 1599, skip 1596
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index d5ee8a0b731..a5210a3c208 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5930,8 +5930,8 @@ void Spell::EffectAddExtraAttacks(uint32 /*i*/) if(!unitTarget || !unitTarget->isAlive()) return; - if( unitTarget->m_extraAttacks ) - return; + //if( unitTarget->m_extraAttacks ) + // return; Unit *victim = unitTarget->getVictim(); |