Quest log missing

Just a FYI, bug reports in game are not a 2 way street. You won’t get a reply. But then again neither is the forum I suggested unless someone in development needs more information. Maybe your addon added a new keybind to allow it to open?

The scripts to run to open the UI:

  • Toggle the quest log:
/run ToggleQuestLog()
  • Ensure the World Map is hidden before opening the quest log:
/run HideUIPanel(WorldMapFrame);ShowUIPanel(QuestLogFrame);