1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 14:45:33 +00:00

Remove redundant part of condition

This commit is contained in:
MiroslavR 2016-06-26 15:17:52 +02:00
parent b99611a730
commit 7244809c4a

View file

@ -340,7 +340,7 @@ namespace MWGui
ret = "pilgrim";
break;
case 3:
if (magicFraction == 3 && stealthFraction == 3)
if (magicFraction == 3)
ret = "bard";
break;
default: