diff options
Diffstat (limited to 'src/config/const.h')
-rw-r--r-- | src/config/const.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/const.h b/src/config/const.h index a37cf696e..f4a2821f8 100644 --- a/src/config/const.h +++ b/src/config/const.h @@ -93,9 +93,11 @@ #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){ \ |