mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 03:39:14 +00:00
Update trainingwindow.cpp
This commit is contained in:
parent
0bdd8f7d03
commit
48296a7452
@ -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 New Issue
Block a user