From c62e4e2f85cdb93b7e02b3ddd0e7bf3b6cb903b9 Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Mon, 1 Oct 2012 22:36:13 +0000 Subject: [PATCH] This should deal with issue 551. --- QuestHelper/config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QuestHelper/config.lua b/QuestHelper/config.lua index d9bc624..8278ecf 100644 --- a/QuestHelper/config.lua +++ b/QuestHelper/config.lua @@ -43,12 +43,14 @@ local QHConfig = {}; -- create "global" addon table local addon = QHConfig; local ldb = LibStub("LibDataBroker-1.1"); +--[[ QH_Event("ADDON_LOADED", function (addonid) if addonid ~= "QuestHelper" then return; end addon:OnInit(); -- initialize the config window and LDB entry end); +]] function addon:OnInit() addonTable.Profile_OnInit_Start = GetTime();