forked from teamnwah/openmw-tes3coop
Update trainingwindow.cpp
This commit is contained in:
parent
0bdd8f7d03
commit
48296a7452
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace MWGui
|
|||
|
||||
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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue