1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Fixed 625, probably also 628 and 568. Minor fixes.

This commit is contained in:
DjWarmonger
2010-10-27 09:01:27 +00:00
parent 3b0f0a7a4e
commit d823b18c72
2 changed files with 4 additions and 3 deletions

View File

@ -3613,7 +3613,7 @@ ui32 BattleInfo::calculateSpellDmg( const CSpell * sp, const CGHeroInstance * ca
ret /= 100;
}
}
calculateSpellBonus(ret, sp, caster, affectedCreature);
ret = calculateSpellBonus(ret, sp, caster, affectedCreature);
return ret;
}