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

Some quest rewards are not displayed correctly #35

Open
mystyree opened this issue Dec 13, 2022 · 0 comments
Open

Some quest rewards are not displayed correctly #35

mystyree opened this issue Dec 13, 2022 · 0 comments
Assignees

Comments

@mystyree
Copy link
Collaborator

There are now a number of different types of rewards from quests with various API functions to handle them and the default blizz QuestInfo frame uses quite a bit of code to combine that. CatchTheWind doesn't replicate all of that functionality and so some quest reward types are not displayed correctly. As a result to correctly display those quest rewards types it's sometimes necessary to disable CTW during quest completion (by using the modifer button switch).

I think the best solution is to use the default blizz QuestInfo frame in CTW directly. This would allow CTW to use the existing functionality within the QuestInfo frame without having to duplicate it. This would only change the functionality of CTW, not its presentation, although it would likely make it easier to display quest rewards similarly to the defaut QuestInfo frame, but that's a different subject.
I've created the feature/extend-questinfo branch to work on these changes.

@mystyree mystyree self-assigned this Dec 13, 2022
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