View Single Post
08-31-12, 03:53 AM   #1
tukz
A Fallenroot Satyr
 
tukz's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 20
Anyone having this taint with custom UnitFrames?

I would like to know if anyone is having taint issues with their custom unit frames on 5.0.4 on live servers.

Code:
Global variable INSPECTED_UNIT tainted by Tukui - Interface\AddOns\Blizzard_InspectUI\Blizzard_InspectUI.lua:9 InspectFrame_Show()
how to reproduce:

1- Inspect someone
2- Go into your talent, try to unlearn a talent
3- confirm it
4 ... interface blocked blah blah blah ...

Trying to find a solution for this since the last 2 hours without any result. This taint is driving me crazy. I even tried with some others custom unitframes just in case if the issue was on my unitframes only but... same problem, same taint.

Code:
8/31 05:55:28.501  Global variable INSPECTED_UNIT tainted by ShadowedUnitFrames - Interface\AddOns\Blizzard_InspectUI\Blizzard_InspectUI.lua:9 InspectFrame_Show()

Last edited by tukz : 08-31-12 at 04:01 AM.