View Single Post
09-21-13, 02:08 AM   #12
BabyRay
An Aku'mai Servant
Join Date: Sep 2009
Posts: 39
The Name of the Frame and the profile are the same as befor.

If i delete this part from the OnLoad

Code:
if IsInRaid() or IsInGroup() then
    SkadaBarWindowRecount:Show()
    SkadaBarWindowOmen:Show()
else
    SkadaBarWindowRecount:Hide()
    SkadaBarWindowOmen:Hide()
end
it works!

Maybe since the last Skada Update it loads to slow?
  Reply With Quote