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

Trading Post UI Failed to Save the On-off States of Mount and Combat Animations #695

Open
Peterodox opened this issue Dec 4, 2024 · 0 comments

Comments

@Peterodox
Copy link

AnimationCheckbox

The two checkboxes, "Mount Special Animation" and "Combat Animation", reset every time you switch to another product.

This is because it attempts to get their states fromC_PerksProgram.IsMountSpecialAnimToggleEnabled() and C_PerksProgram.IsAttackAnimToggleEnabled()
https://www.townlong-yak.com/framexml/live/Blizzard_PerksProgram/Blizzard_PerksProgramFooter.lua#76

but the settings are stored locally and should be acquired through PerksProgramFrame:GetMountSpecialPreviewSetting() and PerksProgramFrame:GetAttackAnimationSetting()
https://www.townlong-yak.com/framexml/live/Blizzard_PerksProgram/Blizzard_PerksProgram.lua#99

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

1 participant