diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-01-24 17:20:10 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-01-24 17:20:10 -0700 |
commit | 0edd86c9d3692d9490f06326d55e953943b01a5d (patch) | |
tree | a46a1ee41936c8551a3c3e1217db260dde7627c6 /npc | |
parent | 6a322b8e58f3aa129258340d4d83839675be652e (diff) | |
download | serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.tar.gz serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.tar.bz2 serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.tar.xz serverdata-0edd86c9d3692d9490f06326d55e953943b01a5d.zip |
Add a missing ;
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clear_vars.txt | 2 |
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; |