summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 857e3793..a3ca5b5f 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -71,7 +71,7 @@ FixBank:
if (zeny >= -#BankAccount) goto L_Fix_Full;
// Partial fix
- set #BankAccount, #BankAccount + zeny
+ set #BankAccount, #BankAccount + zeny;
set zeny, 0;
return;