Skip to content

Commit

Permalink
Fixed setting the quest as Super Tracked on the objective tracker whe…
Browse files Browse the repository at this point in the history
…n the Tracker is disabled
  • Loading branch information
Tercioo committed Aug 21, 2024
1 parent 1cc7f6a commit fd1b81c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions WorldQuestTracker_FrameAPI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,8 @@ function WorldQuestTracker.OnQuestButtonClick (self, button)

--isn't using the tracker
if (not WorldQuestTracker.db.profile.use_tracker or IsShiftKeyDown()) then
local defaultPin = WorldQuestTracker.GetDefaultPinForQuest (self.questID)
if (defaultPin) then
defaultPin:OnClick()
end
QuestUtil.TrackWorldQuest(self.questID, Enum.QuestWatchType.Automatic) --0
C_SuperTrack.SetSuperTrackedQuestID(self.questID)

if (self.IsZoneQuestButton) then
WorldQuestTracker.UpdateZoneWidgets()
Expand Down

0 comments on commit fd1b81c

Please sign in to comment.