summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-08 22:43:11 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:45:19 -0400
commit93e42674c77f35c31892d8545a07cb9d7768a235 (patch)
treed5f4cba22677994c804042ef4f737eb40c82a64d /src/config
parent50a08526b4ab7ec8afa9537a7558294f108c1042 (diff)
downloadhercules-93e42674c77f35c31892d8545a07cb9d7768a235.tar.gz
hercules-93e42674c77f35c31892d8545a07cb9d7768a235.tar.bz2
hercules-93e42674c77f35c31892d8545a07cb9d7768a235.tar.xz
hercules-93e42674c77f35c31892d8545a07cb9d7768a235.zip
mkbu95's Party Recruit Update
There are still some features as blocklist and volunteer that were not worked on due to some lack of information. Special Thanks to mkbu95, Spira and Yommy Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/const.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config/const.h b/src/config/const.h
index 53f24da6f..756c681c1 100644
--- a/src/config/const.h
+++ b/src/config/const.h
@@ -92,7 +92,10 @@
#else
#define MAX_CARTS 5
#endif
-
+/* Client Supports Party Recruit or Party Booking? */
+#if (PACKETVER == 20120410) || (PACKETVER == 20120418)
+ #define PARTY_RECRUIT
+#endif
// Renewal variable cast time reduction
#ifdef RENEWAL_CAST
#define VARCAST_REDUCTION(val){ \