Questie

Questie

116M Downloads

Questie breaks the shift-click tracking feature

Meivyn opened this issue ยท 1 comments

commented

Bug description

This piece of code breaks base game behavior of using shift-click to track quests, for some quests.

-- only call if we actually want to fix this quest (normal quests already call AQW_insert)
if GetNumQuestLeaderBoards(questLogLineIndex) == 0 and (not IsQuestWatched(questLogLineIndex)) then
QuestieTracker:AQW_Insert(questLogLineIndex, QUEST_WATCH_NO_EXPIRE)
WatchFrame_Update()
QuestLog_SetSelection(questLogLineIndex)
QuestLog_Update()
else
baseQLTB_OnClick(self, button)
end

This happens when the tracker is disabled, since Questie overwrites QuestLogTitleButton_OnClick regardless of its enabled state.

Questie & WoW version

Using Questie v7.0.2 on WotLK.

commented

Ouh that is a good catch and should be easy to fix ๐Ÿ‘๐Ÿป