Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kosiee opened this issue Aug 5, 2024 · 4 comments
Open

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

Kosiee opened this issue Aug 5, 2024 · 4 comments

Comments

@Kosiee
Copy link

Kosiee commented Aug 5, 2024

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
Copy link

frozn commented Aug 5, 2024

To fix this change the following line

tooltip:SetCell(y, 2, _G.TalentMicroButton.tooltipText)

to:
tooltip:SetCell(y, 2, _G.TalentMicroButton and _G.TalentMicroButton.tooltipText or _G.PlayerSpellsMicroButton and _G.PlayerSpellsMicroButton.tooltipText)

@Kosiee
Copy link
Author

Kosiee commented Aug 6, 2024

Awesome, that worked. Thanks so much

@AlexFolland
Copy link

I have a pull request open that aims to support The War Within, at least most of the way. #14

@frozn
Copy link

frozn commented Nov 23, 2024

Looks good! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants