diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-26 20:22:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-26 20:22:29 +0300 |
commit | d3010ba93e3f30b4af2314434c21f114459b8ef7 (patch) | |
tree | b9543202b56c239d48588fc4811bb0297a59a2a3 /src/net/eathena/network.h | |
parent | b42dbb1ac4b05fc137ca3f18b4af43905ce5bcf0 (diff) | |
download | plus-d3010ba93e3f30b4af2314434c21f114459b8ef7.tar.gz plus-d3010ba93e3f30b4af2314434c21f114459b8ef7.tar.bz2 plus-d3010ba93e3f30b4af2314434c21f114459b8ef7.tar.xz plus-d3010ba93e3f30b4af2314434c21f114459b8ef7.zip |
Add packet SMSG_NPC_SKIN 0x0b1c.
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r-- | src/net/eathena/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h index 006ad4a6e..708d80b12 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 14 +#define CLIENT_PROTOCOL_VERSION 15 namespace EAthena { |