WoWInterface SVN CooldownIconsRevamped

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 143 to Rev 144
    Reverse comparison

Rev 143 → Rev 144

CooldownIcons_Revamped/core.lua
511,6 → 511,7
CIR.icons[k].dt=v
if v==1 then
CIR.icons[k]:Show()
CIR.icons[k]:SetAlpha(1)
elseif v==2 then
CIR.icons[k]:SetAlpha(0)
end