summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:43:46 -0400
committergumi <git@gumi.ca>2020-08-14 10:43:52 -0400
commite548a9707f6d0149f064b48419ccab85a13e2d7c (patch)
tree589c19bcb62c08a5af74021f939e46c97d1694bd /npc
parent5e80c025ae54c4d5317a7ec1572cfc84e0231011 (diff)
downloadserverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.tar.gz
serverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.tar.bz2
serverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.tar.xz
serverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.zip
add WaxChunk and the RidingBoots 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 2f36e016..029fef2f 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -237,7 +237,8 @@ function read_tailoring {
BanditBoots,
ManaSlippers,
SquirrelBoots,
- LeatherBoots);
+ LeatherBoots,
+ RidingBoots);
return;
}