Skip to content

Commit

Permalink
feat: update WildSets
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Feb 18, 2024
1 parent 3037b22 commit 2c4849e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HearthDb/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ public static class Helper
CardSet.KARA, CardSet.OG, CardSet.GANGS,
CardSet.UNGORO, CardSet.ICECROWN, CardSet.LOOTAPALOOZA,
CardSet.GILNEAS, CardSet.BOOMSDAY, CardSet.TROLL,
CardSet.DEMON_HUNTER_INITIATE,
CardSet.DALARAN, CardSet.ULDUM, CardSet.WILD_EVENT, CardSet.DRAGONS, CardSet.YEAR_OF_THE_DRAGON,
CardSet.BLACK_TEMPLE, CardSet.DEMON_HUNTER_INITIATE, CardSet.SCHOLOMANCE, CardSet.DARKMOON_FAIRE,
CardSet.THE_BARRENS, CardSet.WAILING_CAVERNS, CardSet.STORMWIND, CardSet.ALTERAC_VALLEY
};

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

0 comments on commit 2c4849e

Please sign in to comment.