mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
CSecSkillPlace done
This commit is contained in:
@@ -45,7 +45,7 @@ int32_t CSkill::getIndex() const
|
||||
|
||||
int32_t CSkill::getIconIndex() const
|
||||
{
|
||||
return getIndex(); //TODO: actual value with skill level
|
||||
return getIndex() * 3 + 3; //TODO: actual value with skill level
|
||||
}
|
||||
|
||||
std::string CSkill::getNameTextID() const
|
||||
|
||||
Reference in New Issue
Block a user