summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/bank.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt
index a1af9a3ae..bb5d8ff34 100644
--- a/npc/functions/bank.txt
+++ b/npc/functions/bank.txt
@@ -135,7 +135,7 @@ function script Banker {
L_Menu:
.@price = getarg(2, 10000);
- if (getq(ArtisQuests_Lloyd) == 0) {
+ if (getq(General_Banker) == 0) {
mesn getarg(0);
mesq l("Register fee is @@.", .@price);
next;
@@ -147,7 +147,7 @@ L_Menu:
switch (@menu) {
case 1:
Zeny=Zeny-.@price;
- setq ArtisQuests_Lloyd, 1;
+ setq General_Banker, 1;
mesn getarg(0);
mesq l("Registered! You can now use any banking service, of any town!");
break;