From 39ccf8a4674433ea1c83e4b14b331871403031be Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 20 Jul 2009 19:02:39 +0000 Subject: [PATCH] Comment out the error of no player role flag found. --- ARLDatamine.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 68c45a9..3232b7d 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1737,11 +1737,14 @@ do tinsert(t,"No item binding information. " .. recipe_name .. " (" .. spellid .. ")") end + -- We need to code this better. Some items (aka bags) won't have a role at all. +--[[ -- Check for player role flags if (not scan_data.tank) and (not scan_data.healer) and (not scan_data.caster) and (not scan_data.dps) then addedtotable = true tinsert(t,"No player role flag. " .. recipe_name .. " (" .. spellid .. ")") end +]]-- if (scan_data.specialty) then if (not scan_data.recipe_list[spellid]["Specialty"]) then -- 1.7.9.5