summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-02 12:18:57 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-02 12:18:57 -0300
commitd9fe8bdbda0a0a99e1f75a6a296984efb0f99c71 (patch)
tree00c12324c1088575530c73f9dcdb0c1b1796c464 /npc
parent3b17b875178880dc230c0412e2aedef58a9c0210 (diff)
downloadserverdata-d9fe8bdbda0a0a99e1f75a6a296984efb0f99c71.tar.gz
serverdata-d9fe8bdbda0a0a99e1f75a6a296984efb0f99c71.tar.bz2
serverdata-d9fe8bdbda0a0a99e1f75a6a296984efb0f99c71.tar.xz
serverdata-d9fe8bdbda0a0a99e1f75a6a296984efb0f99c71.zip
Fix typo
Diffstat (limited to 'npc')
-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")),