Skip to content

Commit e9e80d9

Browse files
committed
flag pvp items correctly
1 parent 6bb7be4 commit e9e80d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simc_support/game_data/Trinket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def seasons(self) -> typing.List[Season]:
895895
return seasons
896896

897897
if self.source in (Source.PVP, Source.LOW_PVP, Source.HIGH_PVP):
898-
if self.full_name.startswith("???"):
898+
if self.full_name.startswith("Galactic Gladiator"):
899899
return [
900900
Season.MID_SEASON_1,
901901
]

0 commit comments

Comments
 (0)