WoWInterface SVN CooldownIconsRevamped

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/Libs/LibCooldownIcons-1.0
    from Rev 28 to Rev 36
    Reverse comparison

Rev 28 → Rev 36

LibCooldownIcons-1.0.lua
105,7 → 105,9
if cmd=='spell' then
return GetSpellCooldown(tonumber(watch) or watch)
elseif cmd=='item' then
return GetItemCooldown(tonumber(watch) or watch)
elseif cmd=='flag' then
return GetInventoryItemCooldown("player", watch)
else
error(tostring(cmd)..' is an invalid Command')
end