diff options
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/clear_vars.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index 905528ae..ef4f217a 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -163,11 +163,11 @@ function|script|ClearVariables|, set ChestQuest, 0; if (#BankAccount < 0) - goto FixBank; + goto L_FixBank; return; -FixBank: +L_FixBank: if (Zeny >= -#BankAccount) goto L_Fix_Full; |