Skip to content

Commit

Permalink
Add rotating sets to WildOnlySets
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Apr 9, 2019
1 parent 78ababb commit 39c4b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Hearthstone Deck Tracker/Utility/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public static class Helper
{
CardSet.BRM, CardSet.LOE, CardSet.TGT, CardSet.HOF,
CardSet.FP1, CardSet.PE1, CardSet.PROMO,
CardSet.KARA, CardSet.OG, CardSet.GANGS
CardSet.KARA, CardSet.OG, CardSet.GANGS,
CardSet.UNGORO, CardSet.ICECROWN, CardSet.LOOTAPALOOZA
}.Select(HearthDbConverter.SetConverter).ToArray();

private static bool? _hearthstoneDirExists;
Expand Down

0 comments on commit 39c4b98

Please sign in to comment.