Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Jun 5, 2018
1 parent fb5f258 commit 3fbc33d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libWindbot/Game/AI/Decks/ChainBurnExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class ChainBurnExecutor : DefaultExecutor
{
public class CardId
{
public const int SandaionTheTimelord = 100227025;
public const int MichionTimelord = 100227021;
public const int SandaionTheTimelord = 33015627;
public const int MichionTimelord = 7733560;
public const int Mathematician = 41386308;
public const int DiceJar = 3549275;
public const int CardcarD = 45812361;
Expand Down
3 changes: 2 additions & 1 deletion libWindbot/Game/AI/Enums/Floodgate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public enum Floodgate
ElShaddollGrysra = 48424886,
ElShaddollWinda = 94977269,
UltimateConductorTytanno = 18940556,
OvertexCoatls = 41782653
OvertexCoatls = 41782653,
FirePrison = 269510
}
}
3 changes: 2 additions & 1 deletion libWindbot/Game/AI/Enums/ShouldNotBeTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public enum ShouldNotBeTarget
FlowerCardianLightshower = 42291297,
YaziEviloftheYangZing = 43202238,
RaidraptorUltimateFalcon = 86221741,
DisdainfulBirdofParadise = 27240101
DisdainfulBirdofParadise = 27240101,
DarkestDiabolosLordOfTheLair = 50383626
}
}
2 changes: 1 addition & 1 deletion libWindbot/WindBotInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public WindBotInfo()
Host = "127.0.0.1";
Port = 7911;
HostInfo = "";
Version = 0x1343;
Version = 0x1344;
Hand = 0;
Debug = false;
Chat = true;
Expand Down

0 comments on commit 3fbc33d

Please sign in to comment.