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

[BUG]: TooltipRealmInfo using an old API Call causing errors to be thrown sporadically #7

Open
PauloCamposFilho opened this issue Jul 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@PauloCamposFilho
Copy link

WoW client

WoW Retail

What happened?

Noticed after the update that I was still getting some errors, decided to take a look and noticed that there's an outdated API call on TooltipRealmInfo.lua, line 349

local mf = GetMouseFocus();

GetMouseFocus has been changed to GetMouseFoci with the pre-patch and just to have that line updated.

Lua Error Message?

No response

Other addons?

No response

@PauloCamposFilho PauloCamposFilho added the bug Something isn't working label Jul 26, 2024
@hizuro
Copy link
Member

hizuro commented Jul 26, 2024

Thanks for reporting this, but the issue should already be resolved in version 1.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants