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 a4750d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HearthDb/HearthDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Company>HearthSim</Company>
<Product>HearthDb</Product>
<Copyright>Copyright © HearthSim 2023</Copyright>
<AssemblyVersion>28.6.0.0</AssemblyVersion>
<FileVersion>28.6.0.0</FileVersion>
<AssemblyVersion>28.6.0.1</AssemblyVersion>
<FileVersion>28.6.0.1</FileVersion>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down
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 a4750d3

Please sign in to comment.