Update trainingwindow.cpp

This commit is contained in:
terrabyte25 2018-07-09 23:13:52 +04:00 committed by GitHub
parent 0bdd8f7d03
commit 48296a7452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));
} }