Skip to content

Commit

Permalink
More 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 21, 2024
1 parent 08c2ae5 commit 4a1c279
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.42.11

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

## v0.42.10

* Changes needed due to deprecated API calls.
Expand Down
2 changes: 1 addition & 1 deletion QuestFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ function Mod:Startup()

titleFramePool = CreateFramePool("BUTTON", QuestMapFrame.QuestsFrame.Contents, "QuestLogTitleTemplate")

hooksecurefunc("QuestLogQuests_Update", QuestFrame_Update)
--hooksecurefunc("QuestLogQuests_Update", QuestFrame_Update)

Config:RegisterCallback('showAtTop', function()
DebugLogging("showAtTop Callback", "Triggered")
Expand Down

0 comments on commit 4a1c279

Please sign in to comment.