From b5df81ce848be0b92312682433e717f084e9121d Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 22 Jun 2009 19:00:49 +0000 Subject: [PATCH] Lets ignore bop/boe if it's a trainer recipe. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index fcdfd10..0e59ef3 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1546,7 +1546,7 @@ do end -- BoP Item - if scan_data.is_item then + if scan_data.is_item and not flags[3] then if (scan_data.bopitem) and (not flags[37]) then tinsert(missing_flags,"37 (BoP Item)") -- If it's a BoP item and flags BoE is set,mark it as extra -- 1.7.9.5