From 1963ef3c77c8c2035da2e7a2310db341c4c421fc Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 5 Oct 2010 17:17:58 +0000 Subject: * Added Spira's Party Booking System implementation - Added two additional mercenaries and updated data. - Added place holder values to the item database. - Added packets for the party booking system. - Updated the 13.2 monster skills to official. - Updated stats and drop rates on several monsters. - Fixed Lullaby working on allies/party members. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14412 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 27d7e01d8..c9f9a6294 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1665,6 +1665,8 @@ 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); chrif_save(sd,1); -- cgit v1.2.3-60-g2f50