View Single Post
08-10-09, 03:26 PM   #24
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
That's the default texture & color when a texture isn't set (or is set but the file doesn't exist). Make sure you have an oUF_P3lim\media\minimalist.tga file. Also make sure you have these two lines in your oUF_P3lim.lua file:

Code:
local texture = [=[Interface\AddOns\oUF_P3lim\media\minimalist]=]

...

self.Health:SetStatusBarTexture(texture)
  Reply With Quote