Build fixes

This commit is contained in:
Shauren
2016-07-19 20:23:49 +02:00
parent 8e53373d35
commit bccdd93f50
11 changed files with 14 additions and 12 deletions
@@ -91,9 +91,6 @@ void Unit::UpdateDamagePhysical(WeaponAttackType attType)
bool Player::UpdateStats(Stats stat)
{
if (stat >= MAX_STATS)
return false;
// value = ((base_value * base_pct) + total_value) * total_pct
float value = GetTotalStatValue(stat);