Stanzilla / AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion
https://www.curseforge.com/wow/addons/advancedinterfaceoptions
48 stars 13 forks source link

showQuestTrackingTooltips unable to assign value in cvar browser #39

Closed ghost closed 3 years ago

ghost commented 3 years ago

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

Thank you!

Ketho commented 3 years ago

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

ghost commented 3 years ago

Ok, thanks!