View Single Post
08-13-16, 01:40 PM   #4
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
You have to look for:
Code:
:SetTexture(0,0,0,0.5)
or similar...

...has to be replaces with:
Code:
:SetColorTexture(0,0,0,0.5)
__________________
  Reply With Quote