summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/bank.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt
index c5fe961a1..a1af9a3ae 100644
--- a/npc/functions/bank.txt
+++ b/npc/functions/bank.txt
@@ -137,7 +137,7 @@ L_Menu:
.@price = getarg(2, 10000);
if (getq(ArtisQuests_Lloyd) == 0) {
mesn getarg(0);
- mesq l("Register fee is @@.");
+ mesq l("Register fee is @@.", .@price);
next;
select
rif(Zeny >= .@price, l("Register")),