diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 11:55:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 11:55:25 -0300 |
commit | 03f6cfa14a952101d777c81ad22fcb83de902612 (patch) | |
tree | e79ff6f873829c937de254ac45d7acea7e44a25d /npc | |
parent | 107a71d16f0cae1cccef77de201a729256557132 (diff) | |
download | serverdata-03f6cfa14a952101d777c81ad22fcb83de902612.tar.gz serverdata-03f6cfa14a952101d777c81ad22fcb83de902612.tar.bz2 serverdata-03f6cfa14a952101d777c81ad22fcb83de902612.tar.xz serverdata-03f6cfa14a952101d777c81ad22fcb83de902612.zip |
Well, you get an Alchemy Recipe, not a Crafting recipe at begin...
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/craftsman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 90967b99b..166cf1de5 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -65,7 +65,7 @@ function calcRequisites { switch (getskilllv(TMW2_CRAFT)) { case 0: - return 1; + return 0; case 1: return 3; case 2: |