We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5745b9d commit 0522f8cCopy full SHA for 0522f8c
gui/NameplateConfigPanel.lua
@@ -42,10 +42,10 @@ function addon:CreateNameplateOptions()
42
name = "Class color friendly nameplates",
43
desc = "Class color for friendly nameplates",
44
get = function()
45
- return C_CVar.GetCVarBool("ShowClassColorInFriendlyNameplate")
+ return C_CVar.GetCVarBool("nameplateShowFriendlyClassColor")
46
end,
47
set = function(_, value)
48
- self:SetCVar("ShowClassColorInFriendlyNameplate", value)
+ self:SetCVar("nameplateShowFriendlyClassColor", value)
49
50
width = "full",
51
order = 12,
0 commit comments