Quantcast

Fix for issue when pvp is included and vendor not being included and the output displaying unhandled

ackis [08-10-09 - 18:27]
Fix for issue when pvp is included and vendor not being included and the output displaying unhandled
Filename
ARLFrame.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index db0f8ff..95442e9 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -2432,10 +2432,12 @@ local function expandEntry(dsIndex)
 				tinsert(DisplayStrings, dsIndex, t)
 				dsIndex = dsIndex + 1
 			end
-		else	-- We have an acquire type we aren't sure how to deal with.
+		elseif	-- We have an acquire type we aren't sure how to deal with.
+		--[[
 			t.String = "Unhandled Acquire Case - Type: " .. v["Type"]
 			tinsert(DisplayStrings, dsIndex, t)
 			dsIndex = dsIndex + 1
+		]]--
 		end
 	end
 	return dsIndex