From f2a33706abad1d1ca7d29a9b283e3d1151bbf9d6 Mon Sep 17 00:00:00 2001 From: Reetus <6239195+Reetus@users.noreply.github.com> Date: Sun, 19 May 2024 07:12:12 +0000 Subject: [PATCH] fix: Fixes RecipeScroll recipe name OPL (#1780) --- Projects/UOContent/Items/Skill Items/Misc/RecipeScroll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {