diff options
author | Nasedo <Nasedo@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-31 20:43:33 +0000 |
---|---|---|
committer | Nasedo <Nasedo@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-31 20:43:33 +0000 |
commit | 51aab9c7ccea3c12c2c6b200601568154ea96bc0 (patch) | |
tree | 89dd9da48f18bff429bc2f43c7f1f1c7ca0ab130 /npc | |
parent | e00a348df6854976b51c92baac1d3c57b55ee7ef (diff) | |
download | hercules-51aab9c7ccea3c12c2c6b200601568154ea96bc0.tar.gz hercules-51aab9c7ccea3c12c2c6b200601568154ea96bc0.tar.bz2 hercules-51aab9c7ccea3c12c2c6b200601568154ea96bc0.tar.xz hercules-51aab9c7ccea3c12c2c6b200601568154ea96bc0.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@882 54d463be-8e91-2dee-dedb-b68131a5f0ec
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; |