fix(tracker): show quest item shortcut buttons for custom quests

Item buttons only checked QuestieDB static data (sourceItemId /
requiredSourceItems), which custom server quests never have. Fall back
to GetQuestLogSpecialItemInfo to resolve the item live from the quest
log when the DB has no data for the quest.
This commit is contained in:
2026-07-17 16:13:08 +02:00
parent b4e0894c3f
commit 460718e313
3 changed files with 30 additions and 3 deletions
+4 -2
View File
@@ -1,13 +1,15 @@
# Questie-X
Fork of [aron-w/Questie-X](https://github.com/aron-w/Questie-X) with bug fixes.
Fork of [aron-w/Questie-X](https://github.com/aron-w/Questie-X) with bug fixes for CoA.
## Changes in this fork
- fixed world map icons offset due to CoA's objective frame and zoom addons like Magnify.
- fixed tracker objectives not updating correctly.
- fixed tracker handle not moving the frame.
- fixed custom quests having no name.
- fixed custom quests having no name in the tracker.
- fixed custom quests not showing (complete) in the tracker.
- fixed custom quest items not showing.
## Credits