Questie

Questie

116M Downloads

Qustie raise error with unknown quest completion.

rasberryrabbit opened this issue ยท 3 comments

commented

I got error with "Captain Sander's Hidden treasure" quests.

wowscrnshot_050816_115145

Each quest completion raise error in QuestQuest.lua line 37,

local req = nil; if QuestieHashMap[questhash] then req = QuestieHashMap[questhash]['rq']; end

I changed with this, no more errors.

commented

Hmmm.... interesting. I recently done this quest and didn't get that error. But there is no harm in nil'ing out the req variable before setting it.

I have noticed that depending on which "server core" is used... Questie can behave in strange ways. They all have their little quirks. I'll have to investigate further before permanently incorporating this into the next release.

commented

This fix will be in version 3.1

commented

Thank you :)