-
Notifications
You must be signed in to change notification settings - Fork 11
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 Sack: InterfaceOptions_AddCategory #71
Comments
Which edition did you see this in? I've committed a change which may address this. Thanks for the report. Would you mind trying my change in the edition of WoW you're using? |
I am using Retail. Reinstalled today and have the error. 2024-07-29-Release |
Downloaded recent code from git, got 2 errors now.
|
That's not related. That's the issue with the addon not working on version 10.0.2 or later. It sounds like this issue is resolved. The other issue you're looking for is the pinned issue, #38. |
Sounds good, thanks. Hopefully the other issues can be resolved to get it working in Retail again. |
Blizz API recently changed for this call. It is no longer using the InterfaceOptions_AddCategory.
Here is the link for the deprecated API call.
https://github.com/Gethe/wow-ui-source/blob/6454953db99468d576438ddeb72c812268a0d145/Interface/SharedXML/Settings/Blizzard_Deprecated.lua#L4
Also, Something I found out with my own addon, Ace3 (if used) will need to be updated as well. They pushed an update at the end of July for the API change as well.
The text was updated successfully, but these errors were encountered: