WoWInterface SVN NaturCombatTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/NaturCombat/embed
    from Rev 17 to Rev 19
    Reverse comparison

Rev 17 → Rev 19

GTB/GTB.lua
532,6 → 532,7
end
 
function GTB.ShowBar(group, id, timer)
if not origBarID[id] then return end
local time = origBarID[id].timer - (GetTime() - origBarID[id].update)
-- group, id, text, 60, 54, icon, r, g, b
GTB.RegisterBar(group, id, origBarID[id].text, time, timer, origBarID[id].icon, origBarID[id].color.r, origBarID[id].color.g, origBarID[id].color.b)