Blizzard is blocking an ATT action upon completion of WQ
milotic opened this issue · 1 comments
Which flavo(u)r(s) of WoW are you using?
Retail
Which server realm(s) are you in?
US
What build number of WoW?
11.2
Which version of ATT?
Latest release
What build number of ATT?
4.6.3-68
What isn't working? What was supposed to happen?
doing WQs in legion is poping a error:
2x [ADDON_ACTION_BLOCKED] El addon 'AllTheThings' ha intentado llamar a la función protegida 'Button:SetPassThroughButtons()'.
[Blizzard_FrameXMLUtil/Mainline/Blizzard_QuestSuperTracking.lua]:17: in function <...rameXMLUtil/Mainline/Blizzard_QuestSuperTracking.lua:15>
Locals:
self = Frame {
treasures = false
worldQuests = false
superTrackedQuestID = 9332
uiMapID = 0
dungeons = false
isComplete = true
worldQuestsElite = false
}
event = "SUPER_TRACKING_CHANGED"
Screenshot
No response
Steps to reproduce the behavior.
complete WQ
Are you experiencing any lua errors?
No response
Anything else?
No response
This is probably one of those strange 'inherited-taint' errors where somehow code loaded by ATT was used at some point to call a function during combat or in some other situation where 'tainted' execution is not allowed and thus we get a Lua error of that attempted call.
ATT doesn't use this SetPassThroughButtons anywhere so there's nothing we can do to fix this error specifically...