Skip to content

Commit

Permalink
Fixed an error when clicking in the quest icon ar the tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 25, 2024
1 parent 93f0be6 commit 4b0f5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WorldQuestTracker_Tracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@ end
-- BonusObjectiveTracker_UntrackWorldQuest(watchedWorldQuestID)
--end
--end
BonusObjectiveTracker_TrackWorldQuest(questID, 0)
--BonusObjectiveTracker_TrackWorldQuest(questID, 0)
QuestUtil.TrackWorldQuest(questID, Enum.QuestWatchType.Automatic) --0
C_SuperTrack.SetSuperTrackedQuestID(questID)
end
--
Expand Down

0 comments on commit 4b0f5a6

Please sign in to comment.