From 527f93803c021e5276a73e4beae7fdb0310d063c Mon Sep 17 00:00:00 2001 From: momo5502 Date: Thu, 29 Jun 2017 23:03:25 +0200 Subject: [PATCH] [General] Update protocol version --- src/Game/Structs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game/Structs.hpp b/src/Game/Structs.hpp index 47f3c86b..257d2268 100644 --- a/src/Game/Structs.hpp +++ b/src/Game/Structs.hpp @@ -1,6 +1,6 @@ #pragma once -#define PROTOCOL 0x94 +#define PROTOCOL 0x95 #define NUM_CUSTOM_CLASSES 15 // This allows us to compile our structures in IDA, for easier reversing :3