I found mention of color at the end of file:
Cartographer\Modules\GroupColors.lua
in two places, after line
- Code: Select all
local t = RAID_CLASS_COLORS[fileName]
append line
- Code: Select all
if fileName == "SHAMAN" then t.r=0.0 t.g=0.0 t.b=1.0 end
not tested but should work