Skip to content

Commit

Permalink
Fixes needed so the addon doesn't crash
Browse files Browse the repository at this point in the history
  • Loading branch information
GurliGebis committed Aug 14, 2024
1 parent 863555d commit 08c2ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v0.42.10

* Changes needed due to deprecated API calls.
* Fixes needed so the addon doesn't crash. (Still not compatible with TWW, but it is being worked on)

## v0.42.9

Expand Down
6 changes: 3 additions & 3 deletions QuestFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,9 @@ function Mod:Blizzard_WorldMap()
end
for _,of in ipairs(WorldMapFrame.overlayFrames) do
if of.OnLoad and of.OnLoad == WorldMapTrackingOptionsButtonMixin.OnLoad then
hooksecurefunc(of, "OnSelection", function()
QuestMapFrame_UpdateAll()
end)
--hooksecurefunc(of, "OnSelection", function()
-- QuestMapFrame_UpdateAll()
--end)
end
end
end
Expand Down

0 comments on commit 08c2ae5

Please sign in to comment.