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

Merge pull request #5450 from IvanSavenko/secskill_update

[1.6.6] Update status window on receiving secondary skill
This commit is contained in:
Ivan Savenko 2025-02-20 15:10:31 +02:00 committed by GitHub
commit 00767b51c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -491,6 +491,7 @@ void CPlayerInterface::heroSecondarySkillChanged(const CGHeroInstance * hero, in
cuw->updateSecondarySkills();
localState->verifyPath(hero);
adventureInt->onHeroChanged(hero);// secondary skill can change primary skill / mana limit
}
void CPlayerInterface::heroManaPointsChanged(const CGHeroInstance * hero)