summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-11 14:30:58 -0300
committershennetsind <ind@henn.et>2013-07-11 14:30:58 -0300
commite3761a81ba4c941ba04a2b6b1f161a6e1402ebe9 (patch)
tree2621afd903332e09ff8459796c2a01c935ae4eb2 /src/map/clif.h
parent1708b62c12693cf55cdb97092ec7ec6692e8e272 (diff)
downloadhercules-e3761a81ba4c941ba04a2b6b1f161a6e1402ebe9.tar.gz
hercules-e3761a81ba4c941ba04a2b6b1f161a6e1402ebe9.tar.bz2
hercules-e3761a81ba4c941ba04a2b6b1f161a6e1402ebe9.tar.xz
hercules-e3761a81ba4c941ba04a2b6b1f161a6e1402ebe9.zip
Fix to Bug #7434
Fixing a ancient bug where placing a item from inventory to cart when cart is full would render such item un-clickable, same for when doing so from storage to cart. Special Thanks to Yommy for all the data, jTynne for bringing this up. http://hercules.ws/board/tracker/issue-7434-weightinability-to-click-item-issue/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index a0946a48a..e1744b4e8 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -501,6 +501,7 @@ struct clif_interface {
void (*addcards2) (unsigned short *cards, 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);
void (*cashshop_load) (void);
void (*package_announce) (struct map_session_data *sd, unsigned short nameid, unsigned short containerid);
/* unit-related */