Quantcast

Added default texture properly

Adrian L Lange [08-22-09 - 21:08]
Added default texture properly
Filename
oUF_Experience.lua
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