28.07.2010, 20:04
|
#12
|
Elder Member
Join Date: 07.06.2010
Reputation: 5
|
Quote:
Originally Posted by Shestak
Test please one moment. In oUF_Shestak\oUF_Main.lua(~112 line).
Find:
function auraIcon(self, icon)
SetTemplate(icon)
icon.icon:SetPoint("TOPLEFT", 1, -1)
icon.icon:SetPoint("BOTTOMRIGHT", -1, 1)
icon.icon:SetTexCoord(0.08, 0.92, 0.08, 0.92)
icon.icon:SetDrawLayer("ARTWORK")
if (icon.cd) then
icon.cd:SetReverse()
end
icon.overlay:SetTexture()
end
Change to:
function auraIcon(self, icon)
icon.icon:SetPoint("TOPLEFT", 1, -1)
icon.icon:SetPoint("BOTTOMRIGHT", -1, 1)
icon.icon:SetTexCoord(0.08, 0.92, 0.08, 0.92)
icon.icon:SetDrawLayer("ARTWORK")
if (icon.cd) then
icon.cd:SetReverse()
end
icon.overlay:SetTexture()
end
And then enter the raid.
|
no more game freezer...thx
|
|
|
|