Skip to content

Commit

Permalink
Add new bosses
Browse files Browse the repository at this point in the history
New bosses exist in the WiseOldMan's API responses for Snapshots; these changes fix the errors presented searching for a player currently
  • Loading branch information
joelhalen authored Sep 25, 2024
1 parent 3b7cd0e commit 32a4492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wom/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class Metric(BaseEnum):
# Bosses
AbyssalSire = "abyssal_sire"
AlchemicalHydra = "alchemical_hydra"
Amoxliatl = "amoxliatl"
Araxxor = "araxxor"
Artio = "artio"
BarrowsChests = "barrows_chests"
Expand All @@ -152,6 +153,7 @@ class Metric(BaseEnum):
GiantMole = "giant_mole"
GrotesqueGuardians = "grotesque_guardians"
Hespori = "hespori"
Hueycoatl = "the_hueycoatl"
KalphiteQueen = "kalphite_queen"
KingBlackDragon = "king_black_dragon"
Kraken = "kraken"
Expand Down Expand Up @@ -253,6 +255,7 @@ class Metric(BaseEnum):
{
Metric.AbyssalSire,
Metric.AlchemicalHydra,
Metric.Amoxliatl,
Metric.Araxxor,
Metric.Artio,
Metric.BarrowsChests,
Expand All @@ -276,6 +279,7 @@ class Metric(BaseEnum):
Metric.GiantMole,
Metric.GrotesqueGuardians,
Metric.Hespori,
Metric.Hueycoatl,
Metric.KalphiteQueen,
Metric.KingBlackDragon,
Metric.Kraken,
Expand Down

0 comments on commit 32a4492

Please sign in to comment.