Skip to content

Commit

Permalink
Add atakhan
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjp93 committed Jan 10, 2025
1 parent 972522d commit 2fdce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion match/parsers/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class EliteMonsterKillEventModel(BaseModelWithLogger):
bounty: int | None = 0
killerId: int
killerTeamId: int
monsterType: Literal["RIFTHERALD", "DRAGON", "BARON_NASHOR", "HORDE"]
monsterType: Literal["RIFTHERALD", "DRAGON", "BARON_NASHOR", "HORDE", "ATAKHAN"]
monsterSubType: Literal[
"AIR_DRAGON",
"CHEMTECH_DRAGON",
Expand Down

0 comments on commit 2fdce1f

Please sign in to comment.