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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user