diff options
Diffstat (limited to 'npc/003-5')
-rw-r--r-- | npc/003-5/jeweler.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 6442eab82..e0253c1cf 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -131,6 +131,8 @@ L_Clear: next; mes "##B" + l("Drag and drop an item from your inventory.") + "##b"; .@item_index = requestitemindex(); + if (.@item_index < 0) + goto L_Menu; // Check if we received an item getinventorylist; |