diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:39:40 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:39:40 -0400 |
commit | 3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 (patch) | |
tree | d1461317a700b344a84bf7963b13fcbea9f58b54 /npc | |
parent | 377ae403b4bf0725065912c93791c218acffa659 (diff) | |
download | serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.gz serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.bz2 serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.xz serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.zip |
add the LeatherBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-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 889924bc..339173db 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -229,7 +229,8 @@ function read_tailoring { CottonBoots, BanditBoots, ManaSlippers, - SquirrelBoots); + SquirrelBoots, + LeatherBoots); return; } |