Questie

Questie

116M Downloads

QuestieEvent:Load() is run too late or not at all.

Laumesis opened this issue ยท 0 comments

commented

if Questie.db.char.showEventQuests then
C_Timer.After(1, function()
-- This is done with a delay because on startup the Blizzard API seems to be
-- very slow and therefore the date calculation in QuestieEvents isn't done
-- correctly.
QuestieEvent:Load()
end)
end

QuestieJourney:Initialize() needs stuff done by QuestieEvent:Load()
That is not available in time, or never if the setting is disabled. Result:
image

Also event quests get "blacklisted" by the settinng starting quoted if block at addon load time. Changing the setting without addon reload won't enable the quests? (didn't test, seemt so by quick look at code)

TBC, v6.13.2 (real one, not 7.0.0-beta.1claiming to be v6.13.2)