Commit a308b417 authored by mercury233's avatar mercury233

update to 1033B

parent 31fb4a2b
...@@ -634,6 +634,7 @@ namespace WindBot.Game ...@@ -634,6 +634,7 @@ namespace WindBot.Game
for (int i = 0; i < count; ++i) for (int i = 0; i < count; ++i)
{ {
packet.ReadByte(); // flag
packet.ReadInt32(); // card id packet.ReadInt32(); // card id
int con = GetLocalPlayer(packet.ReadByte()); int con = GetLocalPlayer(packet.ReadByte());
int loc = packet.ReadByte(); int loc = packet.ReadByte();
......
...@@ -20,7 +20,7 @@ namespace WindBot ...@@ -20,7 +20,7 @@ namespace WindBot
Host = "127.0.0.1"; Host = "127.0.0.1";
Port = 7911; Port = 7911;
HostInfo = ""; HostInfo = "";
Version = 0x133A; Version = 0x133B;
} }
} }
} }
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