Skip to content

Commit

Permalink
enother crafted gear upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodmallet committed Nov 6, 2024
1 parent 393cec8 commit e3b4a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simc_support/game_data/ItemLevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _combine_unify(*itemlevels: typing.List[int]) -> typing.List[int]:
for ilevel in _tww1_veteran
+ _tww1_champion
+ _tww1_hero
+ _tww1_mythic[:-2]
+ _tww1_mythic[:-1]
}
),
},
Expand Down

0 comments on commit e3b4a17

Please sign in to comment.