Skip to content

Commit

Permalink
fixed gangup (and probably other issues with generated cards)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epix37 committed Aug 18, 2015
1 parent f031635 commit 1dabfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/HsLogReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class HsLogReader
{
//should be about 180,000 lines
private const int MaxFileLength = 6000000;
private readonly Regex _actionStartRegex = new Regex(@".*ACTION_START.*id=(?<id>\d*).*(cardId=(?<Id>(\w*))).*SubType=POWER.*Target=(?<target>(.+))");
private readonly Regex _actionStartRegex = new Regex(@".*ACTION_START.*id=(?<id>\d*).*(cardId=(?<Id>(\w*))).*BlockType=POWER.*Target=(?<target>(.+))");

private readonly Regex _cardAlreadyInCacheRegex =
new Regex(@"somehow\ the\ card\ def\ for\ (?<id>(\w+_\w+))\ was\ already\ in\ the\ cache...");
Expand Down

0 comments on commit 1dabfd8

Please sign in to comment.