I have a boosted level 58 Hunter and the Devilsaur Eye[EDIT: /Tooth] quest chain is unavailable. Each quest incorrectly reports itself as being completed (eg. “The Hunter’s Charm” and “The Green Drake”):
/run print(C_QuestLog.IsQuestFlaggedCompleted(8151))
“true”
/run print(C_QuestLog.IsQuestFlaggedCompleted(8232))
“true”
The same responses come up to the quests “Courser Antlers” and “Wavethrashing”
/run print(C_QuestLog.IsQuestFlaggedCompleted(8153))
“rrue”
/run print(C_QuestLog.IsQuestFlaggedCompleted(8231))
“true”
True, was more about the generic quest chain being unavailable.
Still unavailable. Is this the same with all class quest chains that reward an item?
Maybe the devs just flagged all class quest chains as done, assuming that it was all ability/talen/spec related quest rewards and forgot about item-based quest rewards?
If so, this bug could affect most/all classes. Edited title to reflect suspicions.