View Single Post
11-25-15, 02:21 AM   #8
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Originally Posted by semlar View Post
Your error itself is being caused by "newtable" being called from a tainted execution path, and frankly I don't know how that's even possible.
It's possible because handle:GetChildren() will still return unprotected frames in the secure environment when you're not in combat. Since they are unprotected, they can very well be tainted. It's kind of a trojan horse in the secure environment.
__________________
  Reply With Quote