diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 13:23:17 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 13:23:17 +0000 |
commit | 76106b842159abd58d6a69fc0bb8cb401757da44 (patch) | |
tree | 71a842b8a37c8385004dc0674ee3c0a3d3b7d0fb | |
parent | 44ee087d3e229e96e2ae3119e1e61dba215cf613 (diff) | |
download | hercules-76106b842159abd58d6a69fc0bb8cb401757da44.tar.gz hercules-76106b842159abd58d6a69fc0bb8cb401757da44.tar.bz2 hercules-76106b842159abd58d6a69fc0bb8cb401757da44.tar.xz hercules-76106b842159abd58d6a69fc0bb8cb401757da44.zip |
Small fix in the Blacksmith Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7557 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 2 |
2 files changed, 3 insertions, 1 deletions
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:
|