From d72a885e0b2c8a2b50a846b5c083fd158078f9c5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Aug 2015 15:35:00 +0300 Subject: Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa). --- src/net/tmwa/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/network.h') diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h index c9145f85f..0a6134e0f 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -30,7 +30,7 @@ * the protocol accordingly. */ #define CLIENT_PROTOCOL_VERSION 12 -#define CLIENT_TMW_PROTOCOL_VERSION 4 +#define CLIENT_TMW_PROTOCOL_VERSION 5 namespace TmwAthena { -- cgit v1.2.3-70-g09d2