This should deal with issue 551.
Cette révision appartient à :
Parent
c644cf5621
révision
c62e4e2f85
1 fichiers modifiés avec 2 ajouts et 0 suppressions
|
@ -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();
|
||||
|
|
Référencer dans un nouveau ticket