chore: release v9.7.12

- Fixed missing Finisher frame pool reset
- Fixed tracker force-complete race condition on custom quests
This commit is contained in:
Xurkon
2026-02-22 00:09:21 -06:00
parent 94ed16d7f0
commit 5bee40b953
11 changed files with 3027 additions and 3 deletions
+1
View File
@@ -100,6 +100,7 @@ function QuestieFramePool:GetFrame()
returnFrame.loaded = true
returnFrame.shouldBeShowing = nil
returnFrame.hidden = nil
returnFrame._needsUnload = nil
if returnFrame.BaseOnShow then
returnFrame:SetScript("OnShow", returnFrame.BaseOnShow)