Legion Status not working
Guino13 opened this issue · 7 comments
Hello, there appears to be an issue with Legion on your new updates. If it is selected the Right Key function does not work. If Legion is unselected the Right Click function works as expected. This only affects toons that have been to Legion and started the Hall quests. Thank you.
Once completed the legion unlocking quest, this lua error occurs, when right click the expansion button.
Message: Interface/SharedXML/TableUtil.lua:366: bad argument #1 to 'next' (table expected, got nil)
Time: Sat Aug 12 14:45:08 2023
Count: 1
Stack: Interface/SharedXML/TableUtil.lua:366: bad argument #1 to 'next' (table expected, got nil)
[string "=[C]"]: in function `next'
[string "@Interface/SharedXML/TableUtil.lua"]:366: in function `TableHasAnyEntries'
[string "@Interface/AddOns/MissionReportButtonPlus/MissionReportButtonPlus.lua"]:1099: in function <.../MissionReportButtonPlus/MissionReportButtonPlus.lua:968>
[string "@Interface/AddOns/MissionReportButtonPlus/MissionReportButtonPlus.lua"]:1356: in function `initFunction'
[string "@Interface/SharedXML/UIDropDownMenu.lua"]:80: in function `UIDropDownMenu_Initialize'
[string "@Interface/SharedXML/UIDropDownMenu.lua"]:1166: in function <Interface/SharedXML/UIDropDownMenu.lua:1023>
[string "=[C]"]: in function `ToggleDropDownMenu'
[string "@Interface/AddOns/MissionReportButtonPlus/MissionReportButtonPlus.lua"]:1541: in function <.../MissionReportButtonPlus/MissionReportButtonPlus.lua:1536>
Locals: (*temporary) = nil
(*temporary) = "table expected, got nil"
Thank you for reporting this.
Try and type into chat /mrbp hook
. This reapplies the mouse key hooks and binds them to the minimap button.
Sometimes other addons collide with this one when they try to use the minimap button as well.
Hi there, sorry for the very late response. Due to health issues I had to limit my screen time to a minimum.
Thank you for the error log report! This is always a great help. A quick peak into it shows me, that I was looking in the wrong direction for this error, when I tried to reproduce it.
I will tend to it and try to release a fix within this week.