summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/quest_db.conf2
-rw-r--r--npc/functions/bank.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
index fd56a74cd..d5780e1d0 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -78,7 +78,7 @@ quest_db: (
},
{
Id: 13
- Name: "ArtisQuests_Lloyd"
+ Name: "General_Banker"
},
{
Id: 14
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;