Skip to content

Commit

Permalink
[Quests] ObjectiveTracker: Change how ObjectiveTracker is loaded base…
Browse files Browse the repository at this point in the history
…d on Questie behavior
  • Loading branch information
EsreverWoW committed Dec 8, 2023
1 parent 9419b98 commit 60e6ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Quests/ObjectiveTracker_Vanilla.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local T, C, L = unpack(ShestakUI)
if T.Wrath then return end -- FIXME
if IsAddOnLoaded("Questie") then return end
if Questie and Questie.db and Questie.db.profile and Questie.db.profile.trackerEnabled then return end

----------------------------------------------------------------------------------------
-- Move QuestWatchFrame (with ModernQuestWatch from Ketho - EU-Boulderfist)
Expand Down

0 comments on commit 60e6ca6

Please sign in to comment.