Wanted to make the shamans blue instead of there default pink in cartographer. Talking about the the player marker on the map when you are in a party.
Any help is appreciated
|
local t = RAID_CLASS_COLORS[fileName]
if fileName == "SHAMAN" then t.r=0.0 t.g=0.0 t.b=1.0 end
|
|