diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:47:00 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:47:00 -0400 |
commit | b655b957b7bc2901255bb052f51f0593d7964e4e (patch) | |
tree | ef689b5b8773f1640c62b6969ed0a1d3b4df8981 /npc/items | |
parent | 0ec906cf3373721604cb17cbc90fde1dcf00cddb (diff) | |
download | serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.tar.gz serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.tar.bz2 serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.tar.xz serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.zip |
add the WarlordBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc/items')
-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; } |