AdvancedInterfaceOptions

AdvancedInterfaceOptions

9M Downloads

showQuestTrackingTooltips unable to assign value in cvar browser

Opened this issue ยท 2 comments

commented

Hello, unable to assign desired value to showQuestTrackingTooltips in cvar browser or by using /run SetCVar(''showQuestTrackingTooltips'', 0).

  • This has been observed since Shadowlands pre-patch.
  • All other addons are disabled.
  • The browser doesn't indicate that any other addon has modified it.
  • The browser also doesn't show current value, but tooltips are showing tracked quest objectives (value 1).

Thank you!

commented

It looks like CVar showQuestTrackingTooltips was removed in patch 9.0.2, I assume the functionality now defaults to on without being able to disable it. The cvar should not show anymore in the cvar browser
https://wow.gamepedia.com/Patch_9.0.2/API_changes#CVars

commented

Ok, thanks!