From ace336984547790fae46e66d42a05667be1bc729 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 May 2019 11:04:59 -0300 Subject: "Fix" some trailing whitespace "errors" --- npc/001-3-1/alchemy.txt | 2 +- npc/001-3-1/smith.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-3-1') diff --git a/npc/001-3-1/alchemy.txt b/npc/001-3-1/alchemy.txt index 2604c810f..879208096 100644 --- a/npc/001-3-1/alchemy.txt +++ b/npc/001-3-1/alchemy.txt @@ -8,7 +8,7 @@ 001-3-1,32,89,0 script GM Alchemy Table NPC_NO_SPRITE,{ if (!$@GM_OVERRIDE && $EVENT$ == "" && !is_staff()) goto L_Offline; mesc l("Welcome to Saulc's Magic Alchemy Table!"); - mesc l("This table will prepare the potion for you, no skill required!"); + mesc l("This table will prepare the potion for you, no skill required!"); mesc l("What will you brew today?"); if (AlchemySystem(CRAFT_NPC)) mesc l("Success!"), 3; diff --git a/npc/001-3-1/smith.txt b/npc/001-3-1/smith.txt index 9bb3ff461..e7ac97185 100644 --- a/npc/001-3-1/smith.txt +++ b/npc/001-3-1/smith.txt @@ -8,7 +8,7 @@ 001-3-1,52,86,0 script GM Black Smithy NPC_NO_SPRITE,{ if (!$@GM_OVERRIDE && $EVENT$ == "" && !is_staff()) goto L_Offline; mesc l("Welcome to Saulc's Magic Smith Table!"); - mesc l("This forge will prepare equipment for you, no skill required!"); + 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 (SmithSystem(CRAFT_NPC)) -- cgit v1.2.3-60-g2f50