View Single Post
09-16-05, 08:28 AM   #13
Sariash
A Fallenroot Satyr
Join Date: Jan 2005
Posts: 23
Ok, now I was faster ...

I just uncommented
Code:
local color = ITEM_QUALITY_COLORS[quality];
and added
Code:
ChatFrame3:AddMessage("|cffffffffCLF: |r"..name,color.r, color.g, color.b)
after it.
  Reply With Quote