File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ function SLDataText:GetColor()
62
62
local class = select (2 , UnitClass (" player" ))
63
63
local classColors = {
64
64
[" DEATHKNIGHT" ] = " c41f3b" ,
65
+ [" DEMONHUNTER" ] = " a330c9" ,
65
66
[" DRUID" ] = " ff7d0a" ,
66
67
[" HUNTER" ] = " abd473" ,
67
68
[" MAGE" ] = " 69ccf0" ,
Original file line number Diff line number Diff line change 16
16
if ( locale == " enUS" ) then
17
17
classColors = {
18
18
[" Death Knight" ] = " |cffc41f3b" ,
19
+ [" Demon Hunter" ] = " |cffa330c9" ,
19
20
[" Druid" ] = " |cffff7d0a" ,
20
21
[" Hunter" ] = " |cffabd473" ,
21
22
[" Mage" ] = " |cff69ccf0" ,
25
26
[" Shaman" ] = " |cff2459ff" ,
26
27
[" Warlock" ] = " |cff9482ca" ,
27
28
[" Warrior" ] = " |cffc79c6e" ,
28
- [" Monk" ] = " |cff00ff96" ,
29
+ [" Monk" ] = " |cff00ff96"
29
30
-- //FAN-UPDATE Karaswa (Monk added)
30
31
}
31
32
elseif ( locale == " deDE" ) then
You can’t perform that action at this time.
0 commit comments