View Single Post
03-18-21, 06:11 PM   #1
keid
A Defias Bandit
Join Date: Mar 2021
Posts: 3
Change color of text - Blizzard Raid frame.

Hello,
By this simple addon:

Code:
RAID_CLASS_COLORS['PRIEST']["r"] = 0
RAID_CLASS_COLORS['PRIEST']["g"] = 0
RAID_CLASS_COLORS['PRIEST']["b"] = 0
RAID_CLASS_COLORS['PRIEST']["colorStr"] = "000000"
I can set all priest as black in my raid frames.
How can I change only priests name to Red?
  Reply With Quote