From a277c3bd45e226754fedebe8d22a2bf01bcad3fb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jun 2018 12:23:50 -0300 Subject: Rename ArtisQuest_Lloyd to General_Banker (more sense ingame) --- npc/functions/bank.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/bank.txt') 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; -- cgit v1.2.3-60-g2f50