summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-15 19:29:50 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-15 19:29:50 +0300
commitb4f5251b73934b314c13af73833e76823bd53d28 (patch)
tree027f4613f94e08ee9d5d09e2a3747aa59241e913 /src/net/eathena
parent28155aa478caf68fc5d73e2c38a48ba94c3ecbef (diff)
downloadManaVerse-b4f5251b73934b314c13af73833e76823bd53d28.tar.gz
ManaVerse-b4f5251b73934b314c13af73833e76823bd53d28.tar.bz2
ManaVerse-b4f5251b73934b314c13af73833e76823bd53d28.tar.xz
ManaVerse-b4f5251b73934b314c13af73833e76823bd53d28.zip
Change protocol version to 26
Diffstat (limited to 'src/net/eathena')
-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 24675b05c..f1e8c4830 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 25
+#define CLIENT_PROTOCOL_VERSION 26
namespace EAthena
{