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

Fix the tooltip for faction specific container items #616

Merged
merged 3 commits into from
Aug 20, 2023

Conversation

rdw-software
Copy link
Member

@rdw-software rdw-software commented Aug 20, 2023

As a follow-up to the attempts detection fix, the UI should reflect that the item can't be obtained by players of the opposite faction.

Example: Time Rift boxes display the Horde mount (wolf) on Alliance, but opening the box correctly doesn't add the attempts. That'll be quite confusing and it's best to just hide the item for Alliance players.


Follow-up to #612

This logic is mostly trivial, but it occurs repeatedly in various forms throughout the code. That repetition should be eliminated, which makes it necessary to ensure the logic doesn't randomly break as that'd be difficult to debug later.
Still have to go through the code and refactor the repetitions of this, as well as remove the silly "Caching" module... but that can wait.
As a follow-up to the attempts detection fix, the UI should reflect that the item can't be obtained by players of the opposite faction.

Example: Time Rift boxes display the Horde mount (wolf) on Alliance, but opening the box correctly doesn't add the attempts. That'll be quite confusing and it's best to just hide the item for Alliance players.
@rdw-software rdw-software merged commit f6c50c9 into master Aug 20, 2023
7 checks passed
@rdw-software rdw-software deleted the container-tooltip-fix branch August 20, 2023 14:42
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

Successfully merging this pull request may close these issues.

1 participant