mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 21:16:40 +00:00
Remove redundant part of condition
This commit is contained in:
parent
b99611a730
commit
7244809c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ namespace MWGui
|
||||||
ret = "pilgrim";
|
ret = "pilgrim";
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
if (magicFraction == 3 && stealthFraction == 3)
|
if (magicFraction == 3)
|
||||||
ret = "bard";
|
ret = "bard";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue