Fixed class skill levels format string

This commit is contained in:
Collin Smith 2019-03-23 01:35:32 -07:00
parent 0393745c88
commit 685c999425

View File

@ -538,7 +538,7 @@ public enum Stat {
builder
.append(PLUS).append(value)
.append(SPACE)
.append(CharacterClass.get(param).entry().StrAllSkills);
.append(Riiablo.string.lookup(CharacterClass.get(param).entry().StrAllSkills));
return builder.toString();
case 14: // %s %s | +1 to Fire Skills (Sorceress Only)
value = this.value;