diff options
Diffstat (limited to 'npc/024-16/craftsman.txt')
-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: |