summaryrefslogtreecommitdiff
path: root/npc/custom/etc/bank_kafra.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/etc/bank_kafra.txt')
-rw-r--r--npc/custom/etc/bank_kafra.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/etc/bank_kafra.txt b/npc/custom/etc/bank_kafra.txt
index 48086abbd..396d45de2 100644
--- a/npc/custom/etc/bank_kafra.txt
+++ b/npc/custom/etc/bank_kafra.txt
@@ -48,7 +48,7 @@ L_NoIncomeToday:
if(@kafrabank<1000) goto L_LESS_1000;
if(@kafrabank>Zeny) goto L_NOT_ENOUGH;
- set Zeny,Zeny-@kafrabank;
+ Zeny -=@kafrabank;
set #kafrabank,#kafrabank+@kafrabank;
mes"[Maniss]";
mes "You've made a deposit of ^135445" + @kafrabank + "z^000000.";
@@ -67,7 +67,7 @@ M_WITHDRAW:
if(@kafrabank<1) goto B_EXIT2;
if(@kafrabank>#kafrabank) goto L_NOT_ENOUGH;
set #kafrabank,#kafrabank-@kafrabank;
- set Zeny,Zeny+@kafrabank;
+ Zeny +=@kafrabank;
mes"[Maniss]";
mes "Here is your ^135445" + @kafrabank + "z^000000, put your sign here...";
//we log these zeny operations into the log db