1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 12:41:01 +00:00

Merge pull request #1294 from akortunov/constenchantfix

Swap enchant type when purge selected soulgem (bug #3878)
This commit is contained in:
scrawl 2017-05-20 23:44:14 +02:00 committed by GitHub
commit 8cd8eab9dd

View File

@ -273,7 +273,9 @@ namespace MWGui
else
{
setSoulGem(MWWorld::Ptr());
mEnchanting.nextCastStyle();
updateLabels();
updateEffectsView();
}
}