diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:41:56 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:41:56 -0400 |
commit | 3bf6963d54531a3ae84d9cf6df2ffde85dff259b (patch) | |
tree | c5ca79f0a4514d1694541346f95e72a06213f8de /npc | |
parent | 9c66ddc6397aff0772b7e621ce5d12e861d5f18c (diff) | |
download | serverdata-3bf6963d54531a3ae84d9cf6df2ffde85dff259b.tar.gz serverdata-3bf6963d54531a3ae84d9cf6df2ffde85dff259b.tar.bz2 serverdata-3bf6963d54531a3ae84d9cf6df2ffde85dff259b.tar.xz serverdata-3bf6963d54531a3ae84d9cf6df2ffde85dff259b.zip |
add the EvocatorRobe 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 f7e1210b..15dbba15 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -171,7 +171,8 @@ function read_tailoring { ApprenticeRobe, PeltJacket, SorcererRobe, - WizardRobe); + WizardRobe, + EvocatorRobe); return; } |