summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-05 17:17:58 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-10-05 17:17:58 +0000
commit1963ef3c77c8c2035da2e7a2310db341c4c421fc (patch)
tree0205d53e9c52b29f2c53e8234e3259247781434e /src/map/clif.h
parentcc256e4bdc0c3cb858b993e82f53104113f814c4 (diff)
downloadhercules-1963ef3c77c8c2035da2e7a2310db341c4c421fc.tar.gz
hercules-1963ef3c77c8c2035da2e7a2310db341c4c421fc.tar.bz2
hercules-1963ef3c77c8c2035da2e7a2310db341c4c421fc.tar.xz
hercules-1963ef3c77c8c2035da2e7a2310db341c4c421fc.zip
* 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
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 035052256..1def2233f 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -466,4 +466,11 @@ void clif_party_show_picker(struct map_session_data * sd, struct item * item_dat
void clif_progressbar(struct map_session_data * sd, unsigned long color, unsigned int second);
void clif_progressbar_abort(struct map_session_data * sd);
+void clif_PartyBookingRegisterAck(struct map_session_data *sd, int flag);
+void clif_PartyBookingDeleteAck(struct map_session_data* sd, int flag);
+void clif_PartyBookingSearchAck(int fd, unsigned long *index, int count, bool more_result);
+void clif_PartyBookingUpdateNotify(struct map_session_data* sd, struct party_booking_ad_info* pb_ad);
+void clif_PartyBookingDeleteNotify(struct map_session_data* sd, int index);
+void clif_PartyBookingInsertNotify(struct map_session_data* sd, struct party_booking_ad_info* pb_ad);
+
#endif /* _CLIF_H_ */