Release v9.8.0: Lootbot Tracker & Map Pins Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user