Questie

Questie

116M Downloads

script error at first run.

rasberryrabbit opened this issue ยท 2 comments

commented

I got script error message on running addon first.
I changed 'QuestieTracker.lua' line 710 and it fixed.

if QuestieTrackedQuests[hash] and QuestieTrackedQuests[hash]["objective1"] then

commented

That might not be a good idea. Coding around "first run" nil errors is always tricky. Reloading your UI should have gotten rid of that error. Once the initial QuestieConfig is done loading and caching it shouldn't nil out.

commented

Aha, I understand. It is not a big problem :)