summaryrefslogtreecommitdiff
path: root/npc/025-1/ihclot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/ihclot.txt')
-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 "";
}