Merge pull request #1294 from akortunov/constenchantfix

Swap enchant type when purge selected soulgem (bug #3878)
0.6.1
scrawl 8 years ago committed by GitHub
commit 8cd8eab9dd

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

Loading…
Cancel
Save