From 7af299d591f357471bc8447707a10de9ea5ae0e3 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 2 Aug 2009 04:10:23 +0000 Subject: * Questlog code cleanup. * Fixed range check of autospell and autospell2 using wrong target when it should be used on yourself. * Implemented official behavior of party_show_share_picker. * Restricted zones in 'item_noequip.txt' can now stack. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13987 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 15dda870b..bde6e2e83 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -479,4 +479,7 @@ void clif_rental_expired(int fd, int nameid); // BOOK READING void clif_readbook(int fd, int book_id, int page); +// Show Picker +void clif_party_show_picker(struct map_session_data * sd, struct item * item_data); + #endif /* _CLIF_H_ */ -- cgit v1.2.3-60-g2f50