From ffe4c504181ce4312029b56367afd4cb3762899f Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 22 Aug 2009 23:08:38 +0200 Subject: [PATCH] Added default texture properly --- oUF_Experience.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_Experience.lua b/oUF_Experience.lua index ffaae80..251ee0a 100644 --- a/oUF_Experience.lua +++ b/oUF_Experience.lua @@ -101,7 +101,7 @@ local function enable(self, unit) local bar = self.Experience if(bar) then if(not bar:GetStatusBarTexture()) then - bar:SetStatusBarTexture() + bar:SetStatusBarTexture([=[Interface\TargetingFrame\UI-StatusBar]=]) end if(unit == 'player') then -- 1.7.9.5