summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-04 19:15:20 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-12 02:29:12 +0300
commitc4c3d566d2b194e49985dc9923c36ca6efeebecb (patch)
tree00aae342220976a1a9345b807215f6305fdb21f4 /src/map/clif.h
parentc68a644ad0be9651a1a49d1ef11d2d468bdeadc8 (diff)
downloadhercules-c4c3d566d2b194e49985dc9923c36ca6efeebecb.tar.gz
hercules-c4c3d566d2b194e49985dc9923c36ca6efeebecb.tar.bz2
hercules-c4c3d566d2b194e49985dc9923c36ca6efeebecb.tar.xz
hercules-c4c3d566d2b194e49985dc9923c36ca6efeebecb.zip
Improve clif_addcards. Remove clif_addcards2.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 1 insertions, 2 deletions
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);