summaryrefslogtreecommitdiff
path: root/npc/003-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-5')
-rw-r--r--npc/003-5/jeweler.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt
index 9b37ae1a4..21639ffe9 100644
--- a/npc/003-5/jeweler.txt
+++ b/npc/003-5/jeweler.txt
@@ -141,9 +141,12 @@ L_Clear:
goto L_Menu;
// Check if we received an item
- getinventorylist;
+ getinventorylist();
.@item=@inventorylist_id[.@item_index];
+ if (is_staff())
+ mesf "Item Index %d (%s) - ID %d", .@item_index, getitemlink(.@item), .@item;
+
// Is it the one we're looking for?
if (.@item != GoldenRing && .@item != SilverRing) {
mesn;