From 8f4f3a1f1ac567d35d4d2774130e7f36335d80b6 Mon Sep 17 00:00:00 2001 From: ackis Date: Tue, 9 Jun 2009 17:40:08 +0000 Subject: [PATCH] Add some debugging for binding code. --- ARLDatamine.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 7242f9f..15e9065 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -2195,9 +2195,12 @@ do -- Check for recipe/item binding -- The recipe binding is within the first few lines of the tooltip always if ((strmatch(text, "binds when picked up")) and (i < 4)) then + self:Print("Tooltip line: " .. i) if (is_item) then + self:Print("Item bop") scan_data.bopitem = true else + self:Print("Recipe bop") scan_data.boprecipe = true end end -- 1.7.9.5