From d791ba032501d9f3aae0a8fbdcf490b27e8cdda4 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 4 Jun 2009 17:03:26 +0000 Subject: [PATCH] Remove dupe notice for now, add text printing out to see what's going on. --- ARLDatamine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index b02352b..77e8c1d 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -127,7 +127,7 @@ local function CreateReverseLookup() local t = {} for i in pairs(recipelist) do - if t[recipelist[i]["Name"]] then addon:Print("Dupe: " .. i) end + --if t[recipelist[i]["Name"]] then addon:Print("Dupe: " .. i) end t[recipelist[i]["Name"]] = i end @@ -633,7 +633,7 @@ function addon:ScanToolTip(name,recipelist,reverselookup,isvendor) local linetext = _G["ARLDatamineTTTextLeft" .. i] local text = linetext:GetText() - +self:Print(text) -- Check to see if it's a recipe otherwise break out of the for loop if (i == 1) then -- Get the header of the tooltip aka Pattern: -- 1.7.9.5