summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 05:31:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 05:31:28 -0300
commitba0222acf6d998f14d4c3ef0b0b097817474c08d (patch)
treecf8160e395b5760cd31de31b6d027786652db93e /npc/025-1
parentcceb6dc79357f1bb5518f12c5e18a2b386362aea (diff)
downloadserverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.tar.gz
serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.tar.bz2
serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.tar.xz
serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.zip
Bad format
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ihclot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt
index 210581e06..d9feb244a 100644
--- a/npc/025-1/ihclot.txt
+++ b/npc/025-1/ihclot.txt
@@ -132,7 +132,7 @@ function getPrice {
.@level=getarg(1);
.@final=getPriceInt(.@price, .@level);
if (Zeny >= .@final)
- return l("Level %d (%d GP)", .@level, fnum(.@final));
+ return l("Level %d (%s GP)", .@level, fnum(.@final));
else
return "";
}