New bug on auto quest accept
solitha opened this issue ยท 4 comments
This just started today. Not every time, but often enough to be really annoying across a leveling session.
2x [ADDON_ACTION_FORBIDDEN] AddOn 'WoWPro' tried to call the protected function 'AcceptQuest()'. [string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481> [string "=[C]"]: in function
AcceptQuest'
[string "@WoWPro/WoWPro_Events.lua"]:1007: in function `QUEST_DETAIL_PUNTED'
[string "@WoWPro/WoWPro_Events.lua"]:971: in function <WoWPro/WoWPro_Events.lua:970>
Locals:
_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:487
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:487
SetScript = defined @!BugGrabber/BugGrabber.lua:487
}
event = "ADDON_ACTION_FORBIDDEN"
events =
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:553
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:553
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:547
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:562
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:507
}
`
If I understand taint correctly, there's a UI bug and it just blames the next addon it sees. However, I've had few if any bugs with auto-accept turned off.
Nonetheless I'll turn it back on and see if I can relay what you're asking for.