From c70609b3d813654c6947b70332a62a6eb627b70b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 21 Jun 2013 17:56:46 +0200 Subject: [PATCH] Adding the ref helps --- oUF_P3lim.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 08e23e8..ebdf9a5 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -645,6 +645,8 @@ PreperationHandler:SetScript('OnEvent', function(self, event) end else for index = 1, GetNumArenaOpponentSpecs() do + local Frame = preperationFrames[index] + local specID = GetArenaOpponentSpec(index) if(specID and specID > 0) then local _, name, _, _, _, _, class = GetSpecializationInfoByID(specID) -- 1.7.9.5