Sc2: fix tracker ascendant upgrade gap #5570
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this fixing or adding?
Fixing a visual gap in the webtracker for the ascendant upgrades. Reported by Sraw in the discord.
The hidden item "Archon Merge (Ascendant)" was still rendering with height even when hidden. The item is hidden because it's deprecated/off by default, but players are still allowed to force it in with some yaml options.
How was this tested?
Ran local webhost, generated default options and checked tracker.
If this makes graphical changes, please attach screenshots.
Without the fix:

With the fix

With the hidden item acquired:

And checked that other hidden items properly don't show if they're unacquired, but show if they're acquired (pictured here are Sons of Korhal acquired, other RG not acquired):
