diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:04:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:04:59 -0300 |
commit | ace336984547790fae46e66d42a05667be1bc729 (patch) | |
tree | 16be4441c4f01116581b29d4a0714ccef286a38c /npc/001-3-1/smith.txt | |
parent | b3def12ea45b45833bbe1d6b5e8c704700a8a6cb (diff) | |
download | serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.gz serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.bz2 serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.xz serverdata-ace336984547790fae46e66d42a05667be1bc729.zip |
"Fix" some trailing whitespace "errors"
Diffstat (limited to 'npc/001-3-1/smith.txt')
-rw-r--r-- | npc/001-3-1/smith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |