View Single Post
10-12-16, 03:58 PM   #4
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
This line is giving you the error:
https://github.com/tomrus88/Blizzard...lates.lua#L221
Called here:
https://github.com/tomrus88/Blizzard...Plates.lua#L74
From here:
https://github.com/tomrus88/Blizzard...Plates.lua#L38

You manipulate a Blizzard global making all secure code accessing that global insecure. This results in an error in secure environment.

Btw ... that is an error from a taint right? (Interface action blocked etc...)
If it is a taint the error can come from anywhere.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 10-12-16 at 04:02 PM.