From 14e317dc577ab8d894745ba1cfb1b86ba5463a92 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Wed, 16 Sep 2009 18:13:37 +0000 Subject: [PATCH] added a check for 'trinkets' --- ARLDatamine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 460521d..c78d428 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1624,6 +1624,8 @@ do scan_data.Cloak = true elseif (strmatch("finger", text)) then scan_data.Ring = true + elseif (strmatch(text, "trinket")) then + scan_data.Trinket = true elseif (strmatch(text, "necklace")) then scan_data.Necklace = true elseif (strmatch(text, "shield") and (strmatch(text, "ironshield") == nil) and (strmatch(text, "stoneshield") == nil) and (strmatch(text, "shielding") == nil) and (strmatch(text, "agate shield") == nil)) then -- 1.7.9.5