Skip to content

Commit

Permalink
Fix issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
widxwer committed Jul 4, 2024
1 parent 7933005 commit fc1e781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compat/Compat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,12 @@ end
-- https://wowpedia.fandom.com/wiki/QUEST_QUERY_COMPLETE
function QuestieCompat:QUEST_QUERY_COMPLETE(event)
GetQuestsCompleted(Questie.db.char.complete)

for questId in pairs(Questie.db.char.complete) do
if QuestieDB.IsRepeatable(questId) then
Questie.db.char.complete[questId] = nil
end
end
end

-- https://wowpedia.fandom.com/wiki/API_IsQuestFlaggedCompleted
Expand Down

0 comments on commit fc1e781

Please sign in to comment.