From 05e3331d1753ddb0c672364ed06bdd5fa20981a9 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 10 Jun 2009 19:37:01 +0000 Subject: [PATCH] Some tweaks to the binding code. --- ARLDatamine.lua | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index a439b20..bad71c6 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -2196,12 +2196,8 @@ 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 - if (i < 4) then - if (is_item) then - scan_data.bopitem = true - else - scan_data.boprecipe = true - end + if (i < 3) then + scan_data.boprecipe = true else scan_data.bopitem = true end -- 1.7.9.5