From 5ab81c08011abb8af9a1001e7835c72c6de96142 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 6 Oct 2010 15:36:41 +0000 Subject: * Touched up the party booking patch, seems I forgot some lines in clif.c...and managed to duplicate a line in map.c. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14413 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 6 ++++++ src/map/map.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index abac41cdb..d003a7048 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -14544,6 +14544,12 @@ static int packetdb_readdb(void) {clif_parse_BattleChat,"battlechat"}, {clif_parse_mercenary_action,"mermenu"}, {clif_parse_progressbar,"progressbar"}, +#if PACKETVER >= 20091229 + {clif_parse_PartyBookingRegisterReq,"bookingregreq"}, + {clif_parse_PartyBookingSearchReq,"bookingsearchreq"}, + {clif_parse_PartyBookingUpdateReq,"bookingupdatereq"}, + {clif_parse_PartyBookingDeleteReq,"bookingdelreq"}, +#endif {NULL,NULL} }; diff --git a/src/map/map.c b/src/map/map.c index c9f9a6294..a2ce3dcd5 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1665,7 +1665,6 @@ int map_quit(struct map_session_data *sd) } } - party_booking_delete(sd, true); // Party Booking [Spiria] party_booking_delete(sd, true); // Party Booking [Spiria] pc_makesavestatus(sd); pc_clean_skilltree(sd); -- cgit v1.2.3-70-g09d2