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/map/packets.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/map/packets.h')
-rw-r--r-- | src/map/packets.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |