Skip to content

Commit

Permalink
chore: update ResourceGenerator for Whizbang event id
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 23, 2023
1 parent 95b59fc commit 5353e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourceGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private static void GenerateWhizbangDecks(string[] args)
Console.ReadKey();
Console.WriteLine("Reading decks from memory...");
Console.WriteLine("(this make take a while)");
var templateDecks = Reflection.GetTemplateDecks();
var templateDecks = Reflection.GetTemplateDecks(10000315);
Console.WriteLine("...");
var validDecks = templateDecks.Where(d => d.SortOrder > 1).ToList();
Console.WriteLine($"Found {validDecks.Count} decks");
Expand Down

0 comments on commit 5353e8f

Please sign in to comment.