Kiatra / Broker_MicroMenu

1 stars 5 forks source link

menu won't drop down in war within pre-patch #11

Open Kosiee opened 3 months ago

Kosiee commented 3 months ago

Hello

I have noticed that when I hover over the broker micro menu I no longer get the drop down with all the menu options (pets, mounts, etc). This seems to have been an issue in the past for me too and I remember going into the lua file to change something and it worked, I just cannot remember what I did.

Can you please help fix this for me?

Thanks

frozn commented 3 months ago

To fix this change the following line https://github.com/Kiatra/Broker_MicroMenu/blob/84897847df301c4e18eff492976be1c6d185068d/Broker_MicroMenu.lua#L200 to: tooltip:SetCell(y, 2, _G.TalentMicroButton and _G.TalentMicroButton.tooltipText or _G.PlayerSpellsMicroButton and _G.PlayerSpellsMicroButton.tooltipText)

Kosiee commented 3 months ago

Awesome, that worked. Thanks so much

AlexFolland commented 1 week ago

I have a pull request open that aims to support The War Within, at least most of the way. https://github.com/Kiatra/Broker_MicroMenu/pull/14

frozn commented 1 week ago

Looks good! 🙂