View Single Post
04/30/17, 09:21 PM   #7
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Originally Posted by Pinion View Post
I'll have to manually highlight them to indicate quality, but that shouldn't be too bad either.
Too lazy to login and test it, but:

CraftStore.lua

Change

Code:
if CS.Furnisher.recipe[id].known then color = CS.Quality[CS.Furnisher.recipe[id].quality] else color = {1,0,0,1} end
to

Code:
color = CS.Quality[CS.Furnisher.recipe[id].quality]
  Reply With Quote