diff options
Diffstat (limited to 'npc/items/recipes.txt')
-rw-r--r-- | npc/items/recipes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 36e44d26..5ffaab41 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -170,7 +170,8 @@ function read_smithery { mesf(".:: %s ::.", l("Boots")); mes(); - showRecipe(BromenalBoots); + showRecipe(BromenalBoots, + WarlordBoots); return; } |