From 76106b842159abd58d6a69fc0bb8cb401757da44 Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 7 Jul 2006 13:23:17 +0000 Subject: Small fix in the Blacksmith Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7557 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/jobs/2-1/blacksmith.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3c014dc4f..5257182ec 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -38,6 +38,8 @@ Playtester Date Added ====== +07/07 + * Small fix in the Blacksmith Quest [Playtester] 07/05 * Fixed Dancer Job Quest (3rd part) thx2Alis [Lupus] * Went trough all scripts and turned all job numbers -> constants [Lupus] diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index db4281a6a..40c8177cf 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -1323,7 +1323,7 @@ L_Start: mes "[Mitmayer]"; mes "5. How much can you earn with max overcharge?"; next; - menu "21 % ",sM_1e,"22 % ",sM_1e,"23 % ",-,"24 % ",sM_1e; + menu "21 % ",sM_1e,"22 % ",sM_1e,"23 % ",sM_1e,"24 % ",-; set @score,@score+20; sM_1e: -- cgit v1.2.3-70-g09d2