summaryrefslogtreecommitdiff
path: root/src/net/eathena/network.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-12 18:34:00 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-12 19:20:20 +0300
commit64d81679e4fbaba26cd538669a394070e9aa7c44 (patch)
tree2745d7a1b8e0effbc6a9e8625c419f104e3775b2 /src/net/eathena/network.h
parent42564aea17d47d767979f2708ffa2f8a3a25edf9 (diff)
downloadplus-64d81679e4fbaba26cd538669a394070e9aa7c44.tar.gz
plus-64d81679e4fbaba26cd538669a394070e9aa7c44.tar.bz2
plus-64d81679e4fbaba26cd538669a394070e9aa7c44.tar.xz
plus-64d81679e4fbaba26cd538669a394070e9aa7c44.zip
Add packet SMSG_PLAYER_ATTRS 0x0b25.
It allow set local player attributes from server. For now it send real group id.
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 d22adaa2b..6ca6a4d56 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 21
+#define CLIENT_PROTOCOL_VERSION 22
namespace EAthena
{