From 28cb576f5bdcb1533cd13b1c467c49764ca5cf06 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 2 Feb 2009 13:55:29 +0000 Subject: Fix typo --- npc/functions/banker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/banker.txt') 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; -- cgit v1.2.3-60-g2f50