Parcourir la source

* 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://svn.code.sf.net/p/rathena/svn/trunk@14413 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf il y a 14 ans
Parent
commit
b0ba85081c
3 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 2 0
      Changelog-Trunk.txt
  2. 6 0
      src/map/clif.c
  3. 0 1
      src/map/map.c

+ 2 - 0
Changelog-Trunk.txt

@@ -3,6 +3,8 @@ Date	Added
 AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
+2010/10/06
+	* Rev. 14413 Touched up the party booking patch, seems I forgot some lines in clif.c...and managed to duplicate a line in map.c. [L0ne_W0lf]
 2010/10/05
 	* Rev. 14412 Added Spira's Party Booking System implementation [L0ne_W0lf]
 2010/09/20

+ 6 - 0
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}
 	};
 

+ 0 - 1
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);