WoWInterface SVN CooldownIconsRevamped

Compare Revisions

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

Rev 142 → Rev 143

CooldownIcons_Revamped/core.lua
29,7 → 29,7
local floor = math.floor
local tonumber, _G, pairs, unpack, tconcat, wipe, format = tonumber, _G, pairs, unpack, table.concat, wipe, string.format
CIR.ver = GetAddOnMetadata( 'CooldownIcons_Revamped', 'Version') or 'unknown'
if CIR.ver=='"rwowi:revision"' then CIR.ver='SVN' end
if CIR.ver=='rwowi:revision' then CIR.ver='SVN' end
CIR.ver = format( "%s %s(%s)%s", CIR.ver, RED_FONT_COLOR_CODE, 'WotLK', FONT_COLOR_CODE_CLOSE)
--##Frame Table
--not yet important (will be for Groups)