aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-27 16:37:29 +0200
committerQAston <none@none>2009-06-27 16:37:29 +0200
commite7e79ff8a402fe6279f6839c973e9db6549301b2 (patch)
treea03d3431824630c130c9446717b79ada33fa5454 /src/game/SpellEffects.cpp
parentda3569402d73d9a5ad8c67adc4000e43f0e0f5f5 (diff)
parent10ac2b73b88d84bd3005da69b145255a9f3aa2b9 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index a5210a3c208..d5ee8a0b731 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();