diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 3 |
1 files changed, 3 insertions, 0 deletions
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_ */ |