View Single Post
01-31-09, 10:13 AM   #599
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 195
Originally Posted by Bruners View Post
Code:
local r, g, b
local class = select(2, UnitClass('unit'))
if class then
	r = RAID_CLASS_COLORS[class].r
	g = RAID_CLASS_COLORS[class].g
	b = RAID_CLASS_COLORS[class].b
end

SetBackdropColor(r, g, b)
Tried that .. first thing i thought of but for some reason it does nothing turns the border back to black no class color at all. wonder if im having a conflict somewhere :P
__________________