diff options
-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:
|