From 8990e4fae71b152ff78308f83b43c9a2083419d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Mar 2019 14:10:28 -0300 Subject: 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). --- npc/001-3-1/smith.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-3-1') 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; -- cgit v1.2.3-70-g09d2