diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-01 19:25:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-01 23:45:27 +0300 |
commit | 26459f06e92ba611a61d4dcaf9df1992f6de5e4d (patch) | |
tree | f50a3c0afb24d7f3054b1f43595406533c5bf051 /src/const/net | |
parent | 17daf620e673758c891892ece5e85faea3d7fcf0 (diff) | |
download | ManaVerse-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.tar.gz ManaVerse-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.tar.bz2 ManaVerse-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.tar.xz ManaVerse-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.zip |
Add shuffle packets for packet version 20171101.
Diffstat (limited to 'src/const/net')
-rw-r--r-- | src/const/net/maxpacketversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h index 84967f06d..fd1c7bc1d 100644 --- a/src/const/net/maxpacketversion.h +++ b/src/const/net/maxpacketversion.h @@ -27,6 +27,6 @@ #include <stdint.h> #endif // defined(__GXX_EXPERIMENTAL_CXX0X__) -static const uint32_t maxPacketVersion = 20171025; +static const uint32_t maxPacketVersion = 20171101; #endif // CONST_NET_MAXPACKETVERSION_H |