[General] Update protocol version

This commit is contained in:
momo5502 2017-06-29 23:03:25 +02:00
parent f6071bbf29
commit 527f93803c

View File

@ -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