diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/001-1/rewards_master.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |