From 67ec61e2e9e7b6a43219d8b5302c5a25bcfc2344 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Dec 2017 22:18:42 +0300 Subject: Add configure option --enable-packetver-zero for enable support for zero clients. --- src/common/mmo.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 6a0e75ca5..aadba9cab 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 -- cgit v1.2.3-60-g2f50