From a70a69004af398bd226903392193477288109a05 Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 10 Aug 2009 18:27:29 +0000 Subject: [PATCH] Fix for issue when pvp is included and vendor not being included and the output displaying unhandled --- ARLFrame.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.9.5