summaryrefslogtreecommitdiff
path: root/npc/001-3-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-14 14:10:28 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-14 14:10:28 -0300
commit8990e4fae71b152ff78308f83b43c9a2083419d2 (patch)
tree12c4066fbabf19ad63781748028ebc143ec5f700 /npc/001-3-1
parent2c090b90f74d4b1cfc5d43cb9556f99d5bb86d0a (diff)
downloadserverdata-8990e4fae71b152ff78308f83b43c9a2083419d2.tar.gz
serverdata-8990e4fae71b152ff78308f83b43c9a2083419d2.tar.bz2
serverdata-8990e4fae71b152ff78308f83b43c9a2083419d2.tar.xz
serverdata-8990e4fae71b152ff78308f83b43c9a2083419d2.zip
Add all (or most of) Guild Utils, except for guild average player level.
More feature is required, and recipes list are still ToDo. Guild Hall cannot be accessed (yet).
Diffstat (limited to 'npc/001-3-1')
-rw-r--r--npc/001-3-1/smith.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-3-1/smith.txt b/npc/001-3-1/smith.txt
index 5e5a2a5d3..9bb3ff461 100644
--- a/npc/001-3-1/smith.txt
+++ b/npc/001-3-1/smith.txt
@@ -11,7 +11,7 @@
mesc l("This forge will prepare equipment for you, no skill required!");
mesc l("What will you craft today?");
mesc l("You need to have an @@ equipped.", getitemlink(Knife)), 1;
- if (AlchemySystem(CRAFT_NPC))
+ if (SmithSystem(CRAFT_NPC))
mesc l("Success!"), 3;
else
mesc l("That didn't work!"), 1;