diff options
Diffstat (limited to 'npc/guilds/forge.txt')
-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 a558c4c83..f7dc8c73c 100644 --- a/npc/guilds/forge.txt +++ b/npc/guilds/forge.txt @@ -11,7 +11,7 @@ guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{ mesc l("What will you forge today?"); //mesc l("You might need to have a @@ equipped for some recipes!", getitemlink(Knife)); mesc l("Note: Items forged here will be guild-bound, but will use player recipes and bonuses!"); - mesc b(l("\"WHAT IS CRAFTED IN GUILD BELONGS TO GUILD.\"")), 1; + mesc b(l("\"WHAT IS CRAFTED HERE BELONGS TO THE GUILD.\"")), 1; if (SmithSystem(CRAFT_GUILD)) { mesc l("Success!"), 3; |