summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/const.h2
-rw-r--r--src/map/packets.h6
2 files changed, 8 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){ \
diff --git a/src/map/packets.h b/src/map/packets.h
index bcce36040..aada5d53f 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2019,6 +2019,12 @@ packet(0x020d,-1);
packet(0x0916,26,clif->pGuildInvite2,2);
#endif
+#ifndef PACKETVER_RE
+#if PACKETVER >= 20120604
+ packet(0x0861,18,clif->pPartyBookingRegisterReq,2,4,6);
+#endif
+#endif
+
//2012-06-18aRagexeRE
#if PACKETVER >= 20120618
packet(0x0983,29);