From c4c3d566d2b194e49985dc9923c36ca6efeebecb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Jul 2018 19:15:20 +0300 Subject: Improve clif_addcards. Remove clif_addcards2. --- src/map/clif.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 1dffc2711..f071e8135 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -719,8 +719,7 @@ struct clif_interface { void (*equipitemack) (struct map_session_data *sd,int n,int pos,enum e_EQUIP_ITEM_ACK result); void (*unequipitemack) (struct map_session_data *sd,int n,int pos,enum e_UNEQUIP_ITEM_ACK result); void (*useitemack) (struct map_session_data *sd,int index,int amount,bool ok); - void (*addcards) (unsigned char* buf, struct item* item); - void (*addcards2) (unsigned short *cards, struct item* item); + void (*addcards) (struct EQUIPSLOTINFO *buf, struct item* item); void (*item_sub) (unsigned char *buf, int n, struct item *i, struct item_data *id, int equip); void (*getareachar_item) (struct map_session_data* sd,struct flooritem_data* fitem); void (*cart_additem_ack) (struct map_session_data *sd, int flag); -- cgit v1.2.3-70-g09d2