Skip to content

Commit

Permalink
LDB type
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Dec 8, 2008
1 parent 84bbf8c commit c7877f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoDPS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local events = {SWING_DAMAGE = true, RANGE_DAMAGE = true, SPELL_DAMAGE = true, S
for class,color in pairs(RAID_CLASS_COLORS) do colors[class] = string.format("%02x%02x%02x", color.r*255, color.g*255, color.b*255) end


local obj = LibStub("LibDataBroker-1.1"):NewDataObject("picoDPS", {text = "0.0 DPS"})
local obj = LibStub("LibDataBroker-1.1"):NewDataObject("picoDPS", {type = "data source", text = "0.0 DPS"})


local f = CreateFrame("Frame")
Expand Down

0 comments on commit c7877f2

Please sign in to comment.