diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index cc222d8aa..e50af7432 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1016,6 +1016,8 @@ struct clif_interface { void (*bank_withdraw) (struct map_session_data *sd,enum e_BANKING_WITHDRAW_ACK reason); /* */ void (*show_modifiers) (struct map_session_data *sd); + /* */ + void (*notify_bounditem) (struct map_session_data *sd, unsigned short index); /*------------------------ *- Parse Incoming Packet *------------------------*/ |