[General] Update the protocol (15 classes are not backwards compatible)

This commit is contained in:
momo5502 2017-02-25 12:27:59 +01:00
parent 571b0461d6
commit 8b50bb567c

View File

@ -1,6 +1,6 @@
#pragma once
#define PROTOCOL 0x93
#define PROTOCOL 0x94
#define NUM_CUSTOM_CLASSES 15
// This allows us to compile our structures in IDA, for easier reversing :3