1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

renamed CGHeroInstance::updateSkill to updateSkillBonus

This commit is contained in:
Henning Koehler
2018-03-05 20:02:23 +13:00
committed by ArseniyShestakov
parent d3e4fc6e7a
commit 6263c4c3eb
2 changed files with 6 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ public:
ui8 maxlevelsToMagicSchool() const;
ui8 maxlevelsToWisdom() const;
void recreateSecondarySkillsBonuses();
void updateSkill(SecondarySkill which, int val);
void updateSkillBonus(SecondarySkill which, int val);
bool hasVisions(const CGObjectInstance * target, const int subtype) const;
/// If this hero perishes, the scenario is failed