diff --git a/Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs b/Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs index 7f8ce4fe1..36278b63e 100644 --- a/Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs +++ b/Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs @@ -40,7 +40,7 @@ public partial class RecipeScroll : Item { if (r.TextDefinition.Number > 0) { - list.Add(1049644, r.TextDefinition.Number); // [~1_stuff~] + list.AddLocalized(1049644, r.TextDefinition.Number); // [~1_stuff~] } else {