View Single Post
08-08-16, 04:17 AM   #2
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Does things still break if you do this?

Code:
local t = _G.PowerBarColor["MANA"]
t.r, t.g, t.b = 0/255, 140/255, 255/255
*Edit* Good read about taint:
http://wow.gamepedia.com/Secure_Execution_and_Tainting
__________________
Profile: Curse | Wowhead
  Reply With Quote