diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-06-14 00:47:28 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-06-14 00:47:28 -0300 |
commit | 1262d8f55993c57a12268cf05a9d2956602bd65f (patch) | |
tree | 0cd547e7725258cded955259195c8f25b0894ded /src/config/const.h | |
parent | f9005c40ca41167aea6cdc6b7ed4a6f8ec543a00 (diff) | |
download | hercules-1262d8f55993c57a12268cf05a9d2956602bd65f.tar.gz hercules-1262d8f55993c57a12268cf05a9d2956602bd65f.tar.bz2 hercules-1262d8f55993c57a12268cf05a9d2956602bd65f.tar.xz hercules-1262d8f55993c57a12268cf05a9d2956602bd65f.zip |
Attempt to fix #7340.
or —Oh the inconsistency between clients—.
If it doesn't help and you are having problems with party booking search, keep reporting and giving thorough information, so we can actually help.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
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 7acdea688..06a54a76f 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){ \ |