When I try to use the quest object in Quest Tracker I get a message that ask me if I want to disable Darkui ADDON
2x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UseQuestLogSpecialItem()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
string "=[C]": in function `UseQuestLogSpecialItem'
[string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>
And this is another error while trying to transfer currency:
4x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UNKNOWN()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
string "=[C]": in function `RequestCurrencyFromAccountCharacter'
[string "@Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua"]:331: in function <...ddOns/Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua:328>
Hi, these issues is relate to WoW official apis and may be fixed in feature version. Currently you can reload UI (type /rl in game chat) as a temp solution.
When I try to use the quest object in Quest Tracker I get a message that ask me if I want to disable Darkui ADDON
2x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UseQuestLogSpecialItem()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> string "=[C]": in function `UseQuestLogSpecialItem' [string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>
Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =
And this is another error while trying to transfer currency:
4x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UNKNOWN()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
string "=[C]": in function `RequestCurrencyFromAccountCharacter' [string "@Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua"]:331: in function <...ddOns/Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua:328>
Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =
Hi, these issues is relate to WoW official apis and may be fixed in feature version. Currently you can reload UI (type
/rl
in game chat) as a temp solution.