Quantcast

Some tweaks to the binding code.

ackis [06-10-09 - 19:37]
Some tweaks to the binding code.
Filename
ARLDatamine.lua
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