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:
committed by
ArseniyShestakov
parent
d3e4fc6e7a
commit
6263c4c3eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user