- MAJOR thanks to Shefki for finding and fixing most of the 3.3.3 issues!

- fixed runes module
- fixed a few other minor issues
This commit is contained in:
Parnic
2010-03-25 04:15:22 +00:00
parent 415e4428a4
commit 06daebe0fd
5 changed files with 15 additions and 13 deletions

View File

@ -163,10 +163,10 @@ function IceThreat.prototype:CreateAggroBar()
self.aggroBar:SetHeight(self.settings.barHeight)
if not (self.aggroBar.bar) then
self.aggroBar.bar = self.aggroBar:CreateTexture(nil, "BACKGROUND")
self.aggroBar.bar = self.aggroBar:CreateTexture(nil, "LOW")
end
self.aggroBar.bar:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture() .. "BG")
self.aggroBar.bar:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture())
self.aggroBar.bar:SetPoint("BOTTOMLEFT",self.aggroBar,"BOTTOMLEFT")
self.aggroBar.bar:SetPoint("BOTTOMRIGHT",self.aggroBar,"BOTTOMRIGHT")