diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/const.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/config/const.h b/src/config/const.h index f4a2821f8..d8e397b1e 100644 --- a/src/config/const.h +++ b/src/config/const.h @@ -92,12 +92,7 @@ #else #define MAX_CARTS 5 #endif -/* Client Supports Party Recruit or Party Booking? */ -#ifdef PACKETVER_RE -#if (PACKETVER == 20120410) || (PACKETVER == 20120418) - #define PARTY_RECRUIT -#endif -#endif + // Renewal variable cast time reduction #ifdef RENEWAL_CAST #define VARCAST_REDUCTION(val){ \ |