Add some proper default values to LDB
Adrian L Lange [04-21-11 - 19:16]
Add some proper default values to LDB
diff --git a/Broker_Equipment.lua b/Broker_Equipment.lua
index 43f41ee..b59b5f6 100644
--- a/Broker_Equipment.lua
+++ b/Broker_Equipment.lua
@@ -126,9 +126,9 @@ end
function parent:PLAYER_LOGIN()
LDB = LibStub('LibDataBroker-1.1'):NewDataObject('Broker_Equipment', {
- icon = [=[Interface\Icons\INV_Misc_QuestionMark]=],
+ icon = [=[Interface\PaperDollInfoFrame\UI-EquipmentManager-Toggle]=],
iconCoords = {0.08, 0.92, 0.08, 0.92},
- text = UNKNOWN,
+ text = 'Broker Equipment',
type = 'data source',
OnTooltipShow = OnTooltipShow,
OnClick = OnClick,