Skip to content

Commit

Permalink
Fixed tracker not updating when changing zones
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 29, 2024
1 parent e0cfa50 commit bca7cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorldQuestTracker_Tracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ local bHooked = false
--dispara quando o tracker da interface � atualizado, precisa dar refresh na nossa ancora
local On_ObjectiveTracker_Update = function()
local blizzObjectiveTracker = ObjectiveTrackerFrame
if (not blizzObjectiveTracker.initialized) then
if (not blizzObjectiveTracker.init) then
return
end

Expand Down

0 comments on commit bca7cbc

Please sign in to comment.