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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user