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