diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 05:31:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 05:31:28 -0300 |
commit | ba0222acf6d998f14d4c3ef0b0b097817474c08d (patch) | |
tree | cf8160e395b5760cd31de31b6d027786652db93e /npc/025-1/ihclot.txt | |
parent | cceb6dc79357f1bb5518f12c5e18a2b386362aea (diff) | |
download | serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.tar.gz serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.tar.bz2 serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.tar.xz serverdata-ba0222acf6d998f14d4c3ef0b0b097817474c08d.zip |
Bad format
Diffstat (limited to 'npc/025-1/ihclot.txt')
-rw-r--r-- | npc/025-1/ihclot.txt | 2 |
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 ""; } |