1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-13 11:39:47 +00:00

Merge pull request from akortunov/constenchantfix

Swap enchant type when purge selected soulgem (bug )
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();
}
}