Update trainingwindow.cpp

fix/skillcap
terrabyte25 7 years ago committed by GitHub
parent 0bdd8f7d03
commit 48296a7452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ namespace MWGui
for (int i=0; i<ESM::Skill::Length; ++i) for (int i=0; i<ESM::Skill::Length; ++i)
{ {
int value = npcStats.getSkill (i).getBase (); int value = npcStats.getSkill (i).getModified ();
skills.push_back(std::make_pair(i, value)); skills.push_back(std::make_pair(i, value));
} }

Loading…
Cancel
Save