The tracker doesn't show the gold requirements of quests that have such an objective.
Cabro opened this issue · 5 comments
Certain quests require you to give gold to the NPC, such as all the "An Earnest Proposition", quest id 5538 etc.
The tracker doesn't pick up gold as objective, while original Blizzard tracker does.
What does /dump GetQuestLogRequiredMoney(7637)
return? Might also be that you need the questLog index instead of the questId. That function isn't really documented and I don't know if it still exists.
[13:31:47] Dump: value=C_QuestLog.GetQuestObjectives(7637)
[13:31:47] [1]={
[13:31:47] }
🤡
Probably the gold requirements are given through a different function?