[General] Update protocol version, as backwards compatibility is gone

This commit is contained in:
momo5502
2017-02-05 18:21:09 +01:00
parent 9cb5864f57
commit 99351df9d0
2 changed files with 3 additions and 1 deletions

View File

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