From a57f249aa436050f89123f96b10b5f6f171434de Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 23 Oct 2014 21:19:00 +0200 Subject: [PATCH] Import the items from the old database --- Config.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Config.lua b/Config.lua index f532dd6..6b06a76 100644 --- a/Config.lua +++ b/Config.lua @@ -55,6 +55,12 @@ Panel:SetScript('OnEvent', function() QuickQuestDB = QuickQuestDB or defaults + -- TEMP: import from old DB + if(QuickQuestDB.ignoredQuests) then + QuickQuestDB.itemBlacklist = QuickQuestDB.ignoredQuests + QuickQuestDB.ignoredQuests = nil + end + for key, value in next, defaults do if(QuickQuestDB[key] == nil) then QuickQuestDB[key] = value -- 1.7.9.5