diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-17 20:23:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-17 20:23:55 +0300 |
commit | 2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e (patch) | |
tree | 0a439115353036583da6cd9372bd9ca5a6bdd7a1 /src/net/eathena/network.h | |
parent | e9aed7e0fc8f75940448b0a46671aea9cdfa4d2d (diff) | |
download | plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.tar.gz plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.tar.bz2 plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.tar.xz plus-2814eb1240ad6fc2da0e6c617c8fc5b7c4380f1e.zip |
Add packet SMSG_SKILL_CASTING2.
Change net packet version to 18.
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 7b737bdec..402e9b053 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 17 +#define CLIENT_PROTOCOL_VERSION 18 namespace EAthena { |