fix: Fixes powerscroll properties label (#1673)

This commit is contained in:
Kamron Batman 2024-02-10 10:47:27 -08:00 committed by GitHub
parent 5decc0d1cd
commit effc2c103f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
{