diff options
author | Haru <haru@dotalux.com> | 2017-12-17 23:34:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 23:34:58 +0100 |
commit | f385274cb59e251bc5aa3dc2fc918697523f7312 (patch) | |
tree | 30af8eceade42a24f517d96e6f4b2cbffee7e1d5 /src/common | |
parent | 082e635672c12be20e660091004c28920d9e2d43 (diff) | |
parent | ffd913f1323181eceed0aae178e9bdbea58e9c1d (diff) | |
download | hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.gz hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.bz2 hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.xz hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.zip |
Merge pull request #1923 from 4144/fixpackets
Add support for Ragnarok zero clients, split packets.h again
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 3987ef48b..7fd4ca6ea 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -74,6 +74,13 @@ #undef ENABLE_PACKETVER_RE #endif // DISABLE_PACKETVER_RE +//Uncomment the following line if your client is zero ragexe instead of normal kro clients +//#define ENABLE_PACKETVER_ZERO +#ifdef ENABLE_PACKETVER_ZERO + #define PACKETVER_ZERO + #undef ENABLE_PACKETVER_ZERO +#endif // DISABLE_PACKETVER_ZERO + // Client support for experimental RagexeRE UI present in 2012-04-10 and 2012-04-18 #if defined(PACKETVER_RE) && ( PACKETVER == 20120410 || PACKETVER == 20120418 ) #define PARTY_RECRUIT |