diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/skilldialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skilldialog.cpp b/src/gui/skilldialog.cpp index f00982cd..fee40349 100644 --- a/src/gui/skilldialog.cpp +++ b/src/gui/skilldialog.cpp @@ -298,7 +298,7 @@ void SkillEntry::update() int effLevel = player_node->getAttributeEffective(mInfo->id); - if (baseLevel <= 0) + if (baseLevel <= 0 && !mInfo->modifiable) { setVisible(false); return; |