[Bug]: Druid / Feral - The keybind doesn t appear on feral form
Wagaaaaa opened this issue ยท 3 comments
I've been unable to replicate this. It's likely due to the bar shifting associated with Druids and Rogues.
The way our hotkey detection works is that we have a big table of all of your possible buttons (all 120). Then, we iterate through them looking for the icon ID of the spell we're suggesting. The first button with a matching icon is identified as the match and its hotkey is plastered onto the main icon frame.
So, usually this type of thing occurs when the spell (or another spell with the same icon) is on another button on another bar. We added some code to try to deal with the bar shifting issue a while back. Are you using a hotbar addon, by any chance? Maybe you're using one for which we don't have specific handling.