Quest Tracker and Map show Inconsistent Completion Status when when Quest Item Despawns
Gogo1951 opened this issue ยท 3 comments
Description
So there's an issue when you loot an item that only lasts a set amount of time, and the item de-spawns. Your quest map and objectives will still show as completed.
Wowhead link
One example
- Undamaged Venom Sac - Quest - World of Warcraft || https://classic.wowhead.com/quest=2934/undamaged-venom-sac
Screenshots
Questie version
v5.10.2
Maybe we can revisit this in the future, but there are higher priority things we need to look at first.
I think this is caused by the Blizzard API for not firing another USER_QUEST_LOG_CHANGED
event. The same happens when picking up a quest item from the bank.
You could check this by using the /etrace
command and filter all the unimportant events before actually letting the item run out.
Tagging #2515