diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 16:10:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 16:10:40 -0300 |
commit | 396027d04a87ca1dc574b7db7c379ed8889aeef4 (patch) | |
tree | 8e24e7b3a097fb3a89476f136bded44349f152e3 /npc/017-10 | |
parent | 44af610f16d080a3886a8c943f8c62b9e840cbe7 (diff) | |
download | serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.tar.gz serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.tar.bz2 serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.tar.xz serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.zip |
Fix typos
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 11b33b0bd..d99a6a2c3 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -238,7 +238,7 @@ L_Main: case 10: mesc ".:: " + l("The Market") + " ::."; mesc l("Send your Homunculus to make money!"); - mesc l("Average EXP: 8"), 3; + mesc l("Average EXP: "+8), 3; mesc l("Maximum Profit: @@ GP", format_number(.zenycap)), 3; mesc l("Common Drops: "+ getitemlink(Piberries)); |