WoWInterface SVN CooldownIconsRevamped

Compare Revisions

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

Rev 144 → Rev 143

CooldownIcons_Revamped/core.lua
511,7 → 511,6
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