summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-16 20:42:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-16 20:42:18 +0300
commit38efe26b9982a176f89910f9b6b3650558175360 (patch)
tree8513fb39f578a720a06349899b2b3e2292cd3338 /src/emap/clif.h
parent063fa3b10532807caebe3a10ae15d0cb878d5f75 (diff)
downloadevol-hercules-38efe26b9982a176f89910f9b6b3650558175360.tar.gz
evol-hercules-38efe26b9982a176f89910f9b6b3650558175360.tar.bz2
evol-hercules-38efe26b9982a176f89910f9b6b3650558175360.tar.xz
evol-hercules-38efe26b9982a176f89910f9b6b3650558175360.zip
Add packet with cards and other attributes for dropped item on ground.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index 7f72432..dfa0d19 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -27,5 +27,6 @@ void eclif_parse_LoadEndAck_pre(int *fdPtr,
void eclif_changelook2(struct block_list *bl, int type, int val,
struct item_data *id, int n);
void eclif_getareachar_item(struct map_session_data *sd, struct flooritem_data *fitem);
+void eclif_dropflooritem(struct flooritem_data* fitem);
#endif // EVOL_MAP_CLIF