summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-04 02:39:30 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-04 02:39:53 +0300
commit2720db6cec1e79e3c59a9dcf6a2ae93bfb5c8828 (patch)
treeb1412bc46345a44dbd53e24d9328cc6dcc36eb0c /src/net
parenta698e2e44e3dfa157c2b184a184db204b44a6a30 (diff)
downloadmv-2720db6cec1e79e3c59a9dcf6a2ae93bfb5c8828.tar.gz
mv-2720db6cec1e79e3c59a9dcf6a2ae93bfb5c8828.tar.bz2
mv-2720db6cec1e79e3c59a9dcf6a2ae93bfb5c8828.tar.xz
mv-2720db6cec1e79e3c59a9dcf6a2ae93bfb5c8828.zip
Increase tmwa client packet version to 8.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/tmwa/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h
index f3729b9e3..19360a021 100644
--- a/src/net/tmwa/network.h
+++ b/src/net/tmwa/network.h
@@ -29,7 +29,7 @@
* Protocol version, reported to the tmwa char and mapserver who can adjust
* the protocol accordingly.
*/
-#define CLIENT_PROTOCOL_VERSION 7
+#define CLIENT_PROTOCOL_VERSION 8
namespace TmwAthena
{