Quantcast

Comment out the error of no player role flag found.

ackis [07-20-09 - 19:02]
Comment out the error of no player role flag found.
Filename
ARLDatamine.lua
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