Commit 1f7bbc96 authored by jwyxym's avatar jwyxym Committed by GitHub

Update AutoChessExecutor.cs

parent 3acefb2d
...@@ -308,7 +308,7 @@ namespace WindBot.Game.AI.Decks ...@@ -308,7 +308,7 @@ namespace WindBot.Game.AI.Decks
} }
else if (a == 3 && b == 3) else if (a == 3 && b == 3)
{ {
cardsname = new[] {5318639, 51232472, 6983839, 8267140, 22923081, 29223325, 71413901, 76471944, 89172051, cardsname = new[] {5318639, 51232472, 6983839, 8267140, 22923081, 29223325, 71413901, 76471944, 89172051, 43898403
}; };
foreach(int cardname in cardsname) foreach(int cardname in cardsname)
{ {
...@@ -1027,4 +1027,4 @@ namespace WindBot.Game.AI.Decks ...@@ -1027,4 +1027,4 @@ namespace WindBot.Game.AI.Decks
return null; return null;
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment