summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/024-1.mcachebin1180 -> 1181 bytes
-rw-r--r--npc/024-16/craftsman.txt4
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/re/024-1.mcache b/maps/re/024-1.mcache
index fc05782ba..ceb89e86e 100644
--- a/maps/re/024-1.mcache
+++ b/maps/re/024-1.mcache
Binary files differ
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt
index 09005b2d6..df3118f65 100644
--- a/npc/024-16/craftsman.txt
+++ b/npc/024-16/craftsman.txt
@@ -25,9 +25,9 @@
// Main Loop
mesc l("Crafting Skill Level: @@", getskilllv(TMW2_CRAFT));
msObjective(CRAFTING_SCORE>=calcRequisites(),
- l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites());
+ l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()) );
msObjective(Zeny >= calcPrices(),
- l("Money: @@ GP", format_number(Zeny));
+ l("Money: @@ GP", format_number(Zeny)) );
mes "";
select
rif(!CRAFTING_SCORE, l("How can I complete a craft?")),