View Single Post
10-20-20, 09:11 AM   #8
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
You could try disabling ALL your addons - if you set a cvar (even if you only do it with a macro) and it changes back after relogging or reloading the UI there's most likely some other addon changing it.

If it works without any other addons you can either renable your addons one by one or use an editor that can search in all files in a directory (VS Code or Sublime Text for example) and search for nameplateSelfTopInset and nameplateSelfAlpha in your addons directory.
  Reply With Quote