summaryrefslogtreecommitdiff
path: root/npc/functions/banker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/banker.txt')
-rw-r--r--npc/functions/banker.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt
index b10806cc..4c70ff77 100644
--- a/npc/functions/banker.txt
+++ b/npc/functions/banker.txt
@@ -66,7 +66,7 @@ D_All:
goto L_Deposit;
L_Deposit:
- if (zeny < @Ammount) goto L_NoMoney;
+ if (zeny < @Amount) goto L_NoMoney;
set zeny, zeny - @Amount;
set BankAccount, BankAccount + @Amount;
goto L_Balance;