No progession bar/wq doesn't show on quest tracker

I have tried, when you enter a zone for a wq, the tracker for it doesn’t show on your quest tracker. And now it didn’t update for Tormentors of Torghast. So you have managed to break something that seemed to work quite a while back

This sounds a lot like one of your addons may just have flat-out disabled this tracking element of the game interface (considering we didn’t change anything on it for quite some time). The following commands may prove useful, to re-enable the display of tracked progress:

/run SetCVar(“autoQuestWatch”, 1)
/run SetCVar(“autoQuestProgress”, 1)
/console reloadui

With any luck that’ll be all it takes here. :slight_smile: