View Single Post
10-12-16, 07:17 PM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Also, you cannot do this:

Code:
frame.healthBar.r, frame.healthBar.g, frame.healthBar.b = r, g, b
If you do, then your (insecure) values get read into Blizzard (secure) code and introduce taint, which breaks All The Things.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.