summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/bank.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt
index 77738e9ed..14690875c 100644
--- a/npc/functions/bank.txt
+++ b/npc/functions/bank.txt
@@ -171,6 +171,7 @@ function script BKReg {
{
mesn getarg(0);
mesq l("Register fee is @@.", .@price);
+ mesc l("The fee only need to be paid once and will work in every town.");
next;
select
rif(Zeny >= .@price, l("Register")),