From 6a85a72e083bc65d4a45f53aa6c6437ff6b11f7f Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 4 Apr 2014 18:02:08 -0700 Subject: Clear (most) new warnings --- world/map/npc/functions/clear_vars.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions') 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; -- cgit v1.2.3-60-g2f50