Skip to content

Commit

Permalink
Fixed issue that merge feature removed implicit and tempered affix in…
Browse files Browse the repository at this point in the history
…formation.
  • Loading branch information
josdemmers committed Jun 13, 2024
1 parent 93d9dc6 commit 933c323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ private async void MergeBuildsExecute()
{
Id = a.Id,
Type = a.Type,
Color = ChangeColorBuild1 ? ColorBuild1 : a.Color,
Color = ChangeColorBuild1 ? ColorBuild1 : a.Color
};
}));
affixPreset.ItemSigils.AddRange(SelectedAffixPresetBuild1.ItemSigils.Select(s =>
Expand Down

0 comments on commit 933c323

Please sign in to comment.