Skip to content

Commit 15643eb

Browse files
committed
some dh related fixes
1 parent d02b05a commit 15643eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Core.lua

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function SLDataText:GetColor()
6262
local class = select(2, UnitClass("player"))
6363
local classColors = {
6464
["DEATHKNIGHT"] = "c41f3b",
65+
["DEMONHUNTER"] = "a330c9",
6566
["DRUID"] = "ff7d0a",
6667
["HUNTER"] = "abd473",
6768
["MAGE"] = "69ccf0",

Elements/Guild.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ do
1616
if ( locale == "enUS" ) then
1717
classColors = {
1818
["Death Knight"] = "|cffc41f3b",
19+
["Demon Hunter"] = "|cffa330c9",
1920
["Druid"] = "|cffff7d0a",
2021
["Hunter"] = "|cffabd473",
2122
["Mage"] = "|cff69ccf0",
@@ -25,7 +26,7 @@ do
2526
["Shaman"] = "|cff2459ff",
2627
["Warlock"] = "|cff9482ca",
2728
["Warrior"] = "|cffc79c6e",
28-
["Monk"] = "|cff00ff96",
29+
["Monk"] = "|cff00ff96"
2930
-- //FAN-UPDATE Karaswa (Monk added)
3031
}
3132
elseif ( locale == "deDE" ) then

0 commit comments

Comments
 (0)