Release v9.8.0: Lootbot Tracker & Map Pins Fixes

This commit is contained in:
Xurkon
2026-02-22 01:07:31 -06:00
parent 5bee40b953
commit ee3e06da90
15 changed files with 4597 additions and 4 deletions
+2 -1
View File
@@ -686,8 +686,9 @@ function _QuestEventHandler:OnEvent(event, ...)
doFullQuestLogScan = true -- If this event is related to a spell objective, a QUEST_LOG_UPDATE will be fired afterwards
elseif event == "BAG_UPDATE_DELAYED" then
-- Autoloot bots can bypass the standard loot frame, skipping QUEST_WATCH_UPDATE for the last items looted.
-- Flag a full scan so the tracker refreshes on the next QUEST_LOG_UPDATE.
-- Flag a full scan and trigger the update immediately so the tracker refreshes.
doFullQuestLogScan = true
_QuestEventHandler:QuestLogUpdate()
elseif event == "PLAYER_INTERACTION_MANAGER_FRAME_HIDE" then
local eventType = select(1, ...)
if eventType == 1 then