This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Micro Menu does not appear at all in TBC Classic, with the new update dropped on (7/7/2026). Thank you.
Error text:
2x Blizzard_SharedXMLBase/TableUtil.lua:247: bad argument #1 to 'pairs' (table expected, got nil)[Blizzard_SharedXMLBase/TableUtil.lua]:247: in function 'CopyTable'[Bartender4/MicroMenu.lua]:44: in main chunk
Locals:settings=nilshallow=nilcopy=<table>
Hi, i got the same problem, can i fix it on my own or do we need to wait until bugfix?
Borrowing from the Comments page and doing some additional troubleshooting of my own, I came to this solution:
Open MicroMenu.lua and scroll to line 44. Modify line 44 as shown below, and include the additional lines.
BT_MICRO_BUTTONS = MICRO_BUTTONS and CopyTable(MICRO_BUTTONS)or{ "CharacterMicroButton", "SpellbookMicroButton", "TalentMicroButton", "QuestLogMicroButton", "WorldMapMicroButton", "MainMenuMicroButton", "HelpMicroButton", }
Should now look like the image below. Lines 53 and below are existing code, pictured for reference.
To post a comment, please login or register a new account.