feat(TeamParticipants): store role data to LPDB - #8016
Conversation
|
#8017 depends on this
|
if it has a length limit, it is a pretty big one |
Conflict in lua/wikis/commons/MatchGroup/Util.lua: main changed three things in code this branch moved out. Kept the slim re-export version and migrated each change to its new home: - ---@field roles string[]? (#8016) -> standardPlayer in Util/Types.lua - ---@field submatches MatchGroupUtilSubgroup[] (#7978) -> MatchGroupUtilMatch in Util/Types.lua - match.submatches = groupBySubgroup(match) (#7978) -> MatchUtil.matchFromRecord in Util/Match.lua, via MatchUtil rather than the re-export That last one is load bearing: Util/Starcraft.lua was changed in #7978 to read match.submatches instead of recomputing it, so dropping the assignment would have left starcraft submatches empty. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Summary
This PR adds support for storing player roles to
placement.opponentplayersfromTeamParticipants.How did you test this change?
preview with dev