summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-24 17:20:10 -0700
committerJared Adams <jaxad0127@gmail.com>2010-01-24 17:20:10 -0700
commit0edd86c9d3692d9490f06326d55e953943b01a5d (patch)
treea46a1ee41936c8551a3c3e1217db260dde7627c6
parent6a322b8e58f3aa129258340d4d83839675be652e (diff)
downloadserverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.tar.gz
serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.tar.bz2
serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.tar.xz
serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.zip
Add a missing ;
-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;