diff --git a/Database/QuestieDB.lua b/Database/QuestieDB.lua index a530217..70ee71f 100644 --- a/Database/QuestieDB.lua +++ b/Database/QuestieDB.lua @@ -1083,7 +1083,9 @@ function QuestieDB.IsComplete(questId) --]] if not questLogEntry then return 0 end - if questLogEntry.isComplete then return questLogEntry.isComplete end + if questLogEntry.isComplete == 1 or questLogEntry.isComplete == -1 then + return questLogEntry.isComplete + end local objectives = questLogEntry.objectives if not objectives or #objectives == 0 then