*Fix a typo that makes seal of vengeance/blood deal huge damage.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-25 10:39:50 -05:00
parent 93a9fef498
commit 98049925a6

View File

@@ -8880,7 +8880,7 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3
}
// + 10% for each application of Holy Vengeance/Blood Corruption on the target
if(stacks)
DoneTotalMod *= stacks * 10 + 100.0f /100.0f;
DoneTotalMod *= (1.0f + (float)stacks / 10.0f) ;
}
// Ice Lance