diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-09 11:27:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-09 11:27:13 -0300 |
commit | 2593113bb29838985dc3895b21b860d6a3c347b6 (patch) | |
tree | 0981935464c898f7078f83b9e07985a90cc349a4 | |
parent | 76aa29ccfe1f1c732b63c117e08bfeca2b358ebb (diff) | |
download | serverdata-2593113bb29838985dc3895b21b860d6a3c347b6.tar.gz serverdata-2593113bb29838985dc3895b21b860d6a3c347b6.tar.bz2 serverdata-2593113bb29838985dc3895b21b860d6a3c347b6.tar.xz serverdata-2593113bb29838985dc3895b21b860d6a3c347b6.zip |
Fix bugs
-rw-r--r-- | maps/re/024-1.mcache | bin | 1180 -> 1181 bytes | |||
-rw-r--r-- | npc/024-16/craftsman.txt | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/re/024-1.mcache b/maps/re/024-1.mcache Binary files differindex fc05782ba..ceb89e86e 100644 --- a/maps/re/024-1.mcache +++ b/maps/re/024-1.mcache 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?")), |