diff options
Diffstat (limited to 'npc/custom/banks/bank.txt')
-rw-r--r-- | npc/custom/banks/bank.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/banks/bank.txt b/npc/custom/banks/bank.txt index 379ddc735..fd2545671 100644 --- a/npc/custom/banks/bank.txt +++ b/npc/custom/banks/bank.txt @@ -13,7 +13,7 @@ //= the script. To use it simply change the first set command //= to set the cost variable to whatever you want the fee to be. //============================================================ -prontera.gat,132,217,5 script Banker 109,{ +prontera,132,217,5 script Banker 109,{ set @cost,500; mes "[Banker]"; mes "Welcome to the First Bank of Prontera. How can I help you today?"; |