fix: Fixes RecipeScroll recipe name OPL (#1780)
This commit is contained in:
parent
8054b29e5c
commit
f2a33706ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue