Moved tier into the RaidProgressGroup and made it available in …RaidProgressGroup.
Adjusted SummarizeRaidProgress so that appendBossInfo also takes the tier and simply stores it in the data it creates.
Created IsRaidGroupBestMainProgress that helps evaluate if the given raidGroup is for a main, and that it has more progress than the other available data.
Adjusted AppendRaidProgressToTooltip to use this new function, and added an additional condition to evaluate if this raid group should be shown. It will be yes for any mains with more progress than what the current character has available.
Moved
tier
into theRaidProgressGroup
and made it available in …RaidProgressGroup
.Adjusted
SummarizeRaidProgress
so thatappendBossInfo
also takes thetier
and simply stores it in the data it creates.Created
IsRaidGroupBestMainProgress
that helps evaluate if the givenraidGroup
is for a main, and that it has more progress than the other available data.Adjusted
AppendRaidProgressToTooltip
to use this new function, and added an additional condition to evaluate if this raid group should be shown. It will be yes for any mains with more progress than what the current character has available.