From 0e82a6748ecb28ff950a47b6baa0b9000768a44c Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 18 Sep 2012 21:35:35 +0200 Subject: [PATCH] Proper updating on show --- oUF_P3lim.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 81a4ed8..88c40b9 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -259,6 +259,8 @@ local UnitSpecific = { self:RegisterEvent('UPDATE_SHAPESHIFT_FORM', UpdateCombo, true) self:RegisterEvent('PLAYER_TARGET_CHANGED', UpdateCombo, true) self:RegisterEvent('UNIT_COMBO_POINTS', UpdateCombo, true) + + table.insert(self.__elements, UpdateCombo) else self:Tag(ComboPoints, '[cpoints]') end -- 1.7.9.5