[7609] Trailing whitespace cleaning Author: freghar

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-03 16:39:21 -06:00
parent df479707e2
commit 3d1200f4ac
6 changed files with 9 additions and 9 deletions

View File

@@ -2473,7 +2473,7 @@ void Spell::EffectPowerBurn(uint32 i)
{
uint32 maxdamage = m_caster->GetMaxPower(powertype) * damage * 2 / 100;
damage = unitTarget->GetMaxPower(powertype) * damage / 100;
if(damage > maxdamage) damage = maxdamage;
if(damage > maxdamage) damage = maxdamage;
}
int32 curPower = int32(unitTarget->GetPower(powertype));