From 1262d8f55993c57a12268cf05a9d2956602bd65f Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Fri, 14 Jun 2013 00:47:28 -0300 Subject: Attempt to fix #7340. or —Oh the inconsistency between clients—. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/config/const.h | 2 ++ src/map/packets.h | 6 ++++++ 2 files changed, 8 insertions(+) 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); -- cgit v1.2.3-60-g2f50