Skip to content

Commit

Permalink
buff wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Dec 1, 2024
1 parent 0840b86 commit ae7781e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private RoundView(RoleCombatRoundData data, in TimeSpan offset, RoleCombatMetada
Enemies = data.Enemies.Select(EnemyView.From).ToList();
Avatars = data.Avatars.Select(avatar => AvatarView.From(avatar, context.IdAvatarMap[avatar.AvatarId])).ToList();
ChoiceCards = data.ChoiceCards.Select(BuffView.From).ToList();
SplendourSummary = data.SplendourBuff.Summary.Description;
SplendourSummary = data.SplendourBuff.Summary.Description.Replace("\\n", "\n", StringComparison.OrdinalIgnoreCase);
SplendourBuffs = data.SplendourBuff.Buffs.Select(SplendourBuffView.From).ToList();
}

Expand Down

0 comments on commit ae7781e

Please sign in to comment.