Skip to content

Commit

Permalink
Movers: Fix the mover for the quest frame on wrath, closes #253
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 2, 2022
1 parent 677c31f commit 913a467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Movers_Classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ end
function mod:EnableObjectivesMover()
if SexyMapObjectivesMover then return end

local ObjectiveTrackerFrame = QuestWatchFrame -- Classic version of objective tracker
local ObjectiveTrackerFrame = WatchFrame or QuestWatchFrame -- Classic version of objective tracker. WatchFrame = Wrath, QuestWatchFrame = TBC/Vanilla

local frame = CreateFrame("Frame", "SexyMapObjectivesMover")
if self.db.moverPositions.objectives then
Expand Down

0 comments on commit 913a467

Please sign in to comment.