summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:47:00 -0400
committergumi <git@gumi.ca>2020-08-14 10:47:00 -0400
commitb655b957b7bc2901255bb052f51f0593d7964e4e (patch)
treeef689b5b8773f1640c62b6969ed0a1d3b4df8981 /npc
parent0ec906cf3373721604cb17cbc90fde1dcf00cddb (diff)
downloadserverdata-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')
-rw-r--r--npc/items/recipes.txt3
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;
}