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 cd19f38 commit 38b9bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoEXP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local start, max, starttime, startlevel

local f = CreateFrame("frame")
f:SetScript("OnEvent", function(self, event, ...) if self[event] then return self[event](self, event, ...) end end)
local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("picoEXP", {text = "99%", icon = "Interface\\AddOns\\picoEXP\\icon"})
local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("picoEXP", {type = "data source", text = "99%", icon = "Interface\\AddOns\\picoEXP\\icon"})


----------------------
Expand Down

0 comments on commit 38b9bde

Please sign in to comment.