Skip to content

Commit

Permalink
pfQuest: don't query non existing quests
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Dec 22, 2017
1 parent 89dcd7d commit b814bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ local function UpdateQuestLogID(questIndex, action)
if questIndex then
--local title, level = GetQuestLogTitle(questIndex)
local title, level, _, header, _, complete = GetQuestLogTitle(questIndex)
if header then return end
if header or not title then return end

local watched = IsQuestWatched(questIndex)
if not title then return end
Expand Down

0 comments on commit b814bd8

Please sign in to comment.