summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-14 08:56:59 -0300
committershennetsind <ind@henn.et>2013-06-14 08:56:59 -0300
commit35dcafcc79892075bfbd5087b44116c6328cc533 (patch)
treee3f0384980e03ef7baa41ea91dddf4ed4a701962 /src/config
parent5a942993dd12ae7d85b1633a58b0dc23f85832c2 (diff)
parent074b15c84bf9b624eee18ba31587d08d0a94ed49 (diff)
downloadhercules-35dcafcc79892075bfbd5087b44116c6328cc533.tar.gz
hercules-35dcafcc79892075bfbd5087b44116c6328cc533.tar.bz2
hercules-35dcafcc79892075bfbd5087b44116c6328cc533.tar.xz
hercules-35dcafcc79892075bfbd5087b44116c6328cc533.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/config')
-rw-r--r--src/config/const.h2
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){ \