diff options
Diffstat (limited to 'npc/custom/banks/bank.txt')
-rw-r--r-- | npc/custom/banks/bank.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/banks/bank.txt b/npc/custom/banks/bank.txt index fd2545671..71763543c 100644 --- a/npc/custom/banks/bank.txt +++ b/npc/custom/banks/bank.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Banker Script //===== By: ================================================== //= Syrus22 (1.0) //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== -//= Any eAthena version with Account variables. +//= Any rAthena version with Account variables. //===== Description: ========================================= //= An account wide Banker to store Zeny //===== Additional Comments: ================================= @@ -123,4 +123,4 @@ Lcancel: mes "[Banker]"; mes "Very well... come again soon."; close; -}
\ No newline at end of file +} |