diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:39:32 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:39:32 -0400 |
commit | 9c66ddc6397aff0772b7e621ce5d12e861d5f18c (patch) | |
tree | 1235a66c98512c5b51c5024a2c7831bcbb85a7b2 /npc | |
parent | 2576ea96b2f7841dd5f2ad94960dc66880dde5f4 (diff) | |
download | serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.tar.gz serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.tar.bz2 serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.tar.xz serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.zip |
add the GoldenWarlordPlate 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 cfc2f82f..f7e1210b 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -144,7 +144,8 @@ function read_smithery { WarlordArmor, TerraniteArmor, AssassinChest, - BlackArmor); + BlackArmor, + GoldenWarlordPlate); return; } |