From c95c8021a72762a30f3b3c3985f577104891e210 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 10 Jun 2009 19:46:46 +0000 Subject: [PATCH] More debug. --- ARLDatamine.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index bad71c6..8d807a5 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -2196,10 +2196,13 @@ self:Print(i) -- 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") then +self:Print("Binding found.") if (i < 3) then scan_data.boprecipe = true +self:Print("recipe.") else scan_data.bopitem = true +self:Print("item.") end end -- 1.7.9.5