We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02b05a commit 15643ebCopy full SHA for 15643eb
2 files changed
Core.lua
@@ -62,6 +62,7 @@ function SLDataText:GetColor()
62
local class = select(2, UnitClass("player"))
63
local classColors = {
64
["DEATHKNIGHT"] = "c41f3b",
65
+ ["DEMONHUNTER"] = "a330c9",
66
["DRUID"] = "ff7d0a",
67
["HUNTER"] = "abd473",
68
["MAGE"] = "69ccf0",
Elements/Guild.lua
@@ -16,6 +16,7 @@ do
16
if ( locale == "enUS" ) then
17
classColors = {
18
["Death Knight"] = "|cffc41f3b",
19
+ ["Demon Hunter"] = "|cffa330c9",
20
["Druid"] = "|cffff7d0a",
21
["Hunter"] = "|cffabd473",
22
["Mage"] = "|cff69ccf0",
@@ -25,7 +26,7 @@ do
25
26
["Shaman"] = "|cff2459ff",
27
["Warlock"] = "|cff9482ca",
28
["Warrior"] = "|cffc79c6e",
- ["Monk"] = "|cff00ff96",
29
+ ["Monk"] = "|cff00ff96"
30
-- //FAN-UPDATE Karaswa (Monk added)
31
}
32
elseif ( locale == "deDE" ) then
0 commit comments