Skip to content

Commit

Permalink
Added Glaive item type for Maxroll imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
josdemmers committed Oct 12, 2024
1 parent e81da4f commit b6cc490
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions D4Companion.Services/BuildsManagerMaxroll.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ public void CreatePresetFromMaxrollBuild(MaxrollBuild maxrollBuild, string profi
case "2HQuarterstaff":
affixNames.Add("Block_Quarterstaff");
break;
case "2HGlaive":
affixNames.Add("INHERENT_Damage_to_Elite");
break;
case "Amulet":
affixNames.Add("Resistance_Jewelry_All");
break;
Expand Down

0 comments on commit b6cc490

Please sign in to comment.