Skip to content

Commit

Permalink
fix: add missing wild sets
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Mar 19, 2024
1 parent e88471e commit 2430e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HearthDb/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static class Helper

public static CardSet[] WildSets =
{
CardSet.LEGACY,
CardSet.BRM, CardSet.LOE, CardSet.TGT, CardSet.HOF,
CardSet.FP1, CardSet.PE1, CardSet.PROMO,
CardSet.KARA, CardSet.OG, CardSet.GANGS,
Expand All @@ -20,6 +21,7 @@ public static class Helper
CardSet.BLACK_TEMPLE, CardSet.DEMON_HUNTER_INITIATE, CardSet.SCHOLOMANCE, CardSet.DARKMOON_FAIRE,
CardSet.THE_BARRENS, CardSet.WAILING_CAVERNS, CardSet.STORMWIND, CardSet.ALTERAC_VALLEY,
CardSet.THE_SUNKEN_CITY, CardSet.REVENDRETH, CardSet.RETURN_OF_THE_LICH_KING, CardSet.PATH_OF_ARTHAS,
CardSet.WONDERS,
};

public static CardSet[] ClassicSets = { CardSet.VANILLA };
Expand Down

0 comments on commit 2430e5a

Please sign in to comment.