summaryrefslogtreecommitdiff
path: root/src/net/eathena/network.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-16 18:35:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-16 19:43:03 +0300
commit3242aa80fbee19eb421ace68d1c3c69e4fc777e6 (patch)
tree50cc1b2e47953c20059183889e667f673ba7e4c2 /src/net/eathena/network.h
parentd207e52ab770681f8bd584c06dd9aa03096b71f5 (diff)
downloadplus-3242aa80fbee19eb421ace68d1c3c69e4fc777e6.tar.gz
plus-3242aa80fbee19eb421ace68d1c3c69e4fc777e6.tar.bz2
plus-3242aa80fbee19eb421ace68d1c3c69e4fc777e6.tar.xz
plus-3242aa80fbee19eb421ace68d1c3c69e4fc777e6.zip
Add packet SMSG_ITEM_VISIBLE2 0x0b18.
Change net version to 10.
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r--src/net/eathena/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h
index 0d25bbf38..12f83c87d 100644
--- a/src/net/eathena/network.h
+++ b/src/net/eathena/network.h
@@ -29,7 +29,7 @@
* Protocol version, reported to the eAthena char and mapserver who can adjust
* the protocol accordingly.
*/
-#define CLIENT_PROTOCOL_VERSION 9
+#define CLIENT_PROTOCOL_VERSION 10
namespace EAthena
{