2 Open Issues Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub
bug good first issue

AI Summary: Debug and fix a Lua error in the CompanionsTracker WoW addon that occurs when the user right-clicks the addon icon to open the options panel. The error stems from an attempt to call a non-existent global function, `InterfaceOptionsFrame_OpenToCategory`. The solution involves identifying why this function is unavailable and either providing the missing function or correcting the code to use an alternative method for opening the options panel.

Complexity: 4/5
bug good first issue