From a9868851cfe19c503cc72b0289889c564b41dd20 Mon Sep 17 00:00:00 2001 From: coffee Date: Sun, 11 Sep 2011 03:41:52 -0300 Subject: Fix another goto non existent label bug. This time on ishi. --- world/map/npc/001-1/rewards_master.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world') diff --git a/world/map/npc/001-1/rewards_master.txt b/world/map/npc/001-1/rewards_master.txt index 0cec114c..04cc9ce8 100644 --- a/world/map/npc/001-1/rewards_master.txt +++ b/world/map/npc/001-1/rewards_master.txt @@ -71,7 +71,7 @@ L_Give_all_loop: if (@gotocounter < 1) goto L_Give_all_next; set @itemgiveerror, 0; callsub SUB_give_item; - if (@itemgiveerror != 0) goto L_Give_all_done; + if (@itemgiveerror != 0) goto L_Close; goto L_Give_all_loop; L_Give_all_next: -- cgit v1.2.3-60-g2f50