mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-04 22:50:36 +07:00
Fixed class skill levels format string
This commit is contained in:
parent
0393745c88
commit
685c999425
@ -538,7 +538,7 @@ public enum Stat {
|
|||||||
builder
|
builder
|
||||||
.append(PLUS).append(value)
|
.append(PLUS).append(value)
|
||||||
.append(SPACE)
|
.append(SPACE)
|
||||||
.append(CharacterClass.get(param).entry().StrAllSkills);
|
.append(Riiablo.string.lookup(CharacterClass.get(param).entry().StrAllSkills));
|
||||||
return builder.toString();
|
return builder.toString();
|
||||||
case 14: // %s %s | +1 to Fire Skills (Sorceress Only)
|
case 14: // %s %s | +1 to Fire Skills (Sorceress Only)
|
||||||
value = this.value;
|
value = this.value;
|
||||||
|
Loading…
Reference in New Issue
Block a user