diff options
Diffstat (limited to 'npc/guilds')
-rw-r--r-- | npc/guilds/forge.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt index b6f26f65b..5f3468167 100644 --- a/npc/guilds/forge.txt +++ b/npc/guilds/forge.txt @@ -9,7 +9,7 @@ guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{ do { mesc l("What will you forge today?"); - mesc l("You might need to have a @@ equipped for some recipes!", getitemlink(Knife)); + //mesc l("You might need to have a @@ equipped for some recipes!", getitemlink(Knife)); if (SmithSystem(CRAFT_GUILD)) { mesc l("Success!"), 3; |