--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-27 16:37:29 +02:00
6 changed files with 69 additions and 28 deletions

View File

@@ -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();