Let the element handle the uncommon settings
Adrian L Lange [08-17-09 - 14:21]
Let the element handle the uncommon settings
diff --git a/oUF_Experience.lua b/oUF_Experience.lua
index 7f732c5..0297310 100644
--- a/oUF_Experience.lua
+++ b/oUF_Experience.lua
@@ -110,6 +110,7 @@ local function enable(self, unit)
if(bar.Rested) then
self:RegisterEvent('UPDATE_EXHAUSTION', argChecks)
+ bar.Rested:SetFrameLevel(1)
end
elseif(unit == 'pet' and select(2, UnitClass('player')) == 'HUNTER') then
self:RegisterEvent('UNIT_PET_EXPERIENCE', argChecks)