From 205eafcd464eeba379fcd98ef3e7b1147f24d07a Mon Sep 17 00:00:00 2001 From: p3lim Date: Thu, 14 Oct 2010 23:02:32 +0200 Subject: [PATCH] Add defaults for fresh configs --- Broker_Equipment.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Broker_Equipment.lua b/Broker_Equipment.lua index 44ae141..0c5e611 100644 --- a/Broker_Equipment.lua +++ b/Broker_Equipment.lua @@ -14,6 +14,8 @@ local addonName, ns = ... local pending = {} local addon = CreateFrame('Frame', addonName) local broker = LibStub('LibDataBroker-1.1'):NewDataObject(addonName, { + text = UNKNOWN, + icon = [=[Interface\Icons\INV_Misc_QuestionMark]=], iconCoords = {0.08, 0.92, 0.08, 0.92}, type = 'data source' }) -- 1.7.9.5