fix: Fixes powerscroll properties label (#1673)
This commit is contained in:
parent
5decc0d1cd
commit
effc2c103f
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ public partial class PowerScroll : SpecialScroll
|
|||
* a mythical scroll of ~1_type~ (115 Skill) OR
|
||||
* a legendary scroll of ~1_type~ (120 Skill)
|
||||
*/
|
||||
list.Add(1049639 + (int)level, AosSkillBonuses.GetLabel(Skill));
|
||||
list.AddLocalized(1049639 + (int)level, AosSkillBonuses.GetLabel(Skill));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue