diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-06-14 12:41:13 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:57:27 -0400 |
commit | 3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682 (patch) | |
tree | 6132b74a51b7d2967628e257683fa6d5627e7904 /src/map/packets.h | |
parent | 11b0b186e1b19e2469b774e6563b151de6612e35 (diff) | |
download | hercules-3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682.tar.gz hercules-3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682.tar.bz2 hercules-3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682.tar.xz hercules-3f2fdfd02619f06cc6e6a0ad5ecee4ece8cf0682.zip |
Finalizing fix for #7339.
Also added proper support for party booking on 2012-04-10Ragexe (thanks to bgamez23).
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 756e053d1..c467090dd 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -1968,7 +1968,11 @@ packet(0x020d,-1); packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x0889,6,clif->pGetCharNameRequest,2); packet(0x0884,6,clif->pSolveCharName,2); +#ifndef PACKETVER_RE + packet(0x091D,18,clif->pPartyBookingRegisterReq,2,4,6); +#else packet(0x08E5,41,clif->pPartyBookingRegisterReq,2,4); +#endif packet(0x08E6,4); packet(0x08E7,10,clif->pPartyBookingSearchReq,2); packet(0x08E8,-1); |