1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
AlexVinS 2014-12-27 07:51:19 +03:00
parent b3d8e2e783
commit 550df6360e

View File

@ -368,11 +368,6 @@ si32 CSpell::getPower(const int skillLevel) const
return getLevelInfo(skillLevel).power;
}
//si32 CSpell::calculatePower(const int skillLevel) const
//{
// return power + getPower(skillLevel);
//}
si32 CSpell::getProbability(const TFaction factionId) const
{
if(!vstd::contains(probabilities,factionId))