diff options
author | shennetsind <ind@henn.et> | 2013-11-27 14:27:41 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-27 14:27:41 -0200 |
commit | 2761bb0af9ddfa8bd14cefa9b6e1b33b2940e7be (patch) | |
tree | 35a6708b798a3baf5b7c75f06613ee5170c1d4d0 /src/map/clif.h | |
parent | 2c6d8fdc747d1699af513d5fe7336a7f33dc716b (diff) | |
download | hercules-2761bb0af9ddfa8bd14cefa9b6e1b33b2940e7be.tar.gz hercules-2761bb0af9ddfa8bd14cefa9b6e1b33b2940e7be.tar.bz2 hercules-2761bb0af9ddfa8bd14cefa9b6e1b33b2940e7be.tar.xz hercules-2761bb0af9ddfa8bd14cefa9b6e1b33b2940e7be.zip |
Fixed Bug 7858
Official item drop announce support, currently hardcoded list -- we'll be following up shortly with a decent way of storing it.
Special Thanks to Yommy, Beret, kyeme.
http://hercules.ws/board/tracker/issue-7858-monster-rare-drop-announcement/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 47ee383e3..890f2d4c2 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -572,6 +572,7 @@ struct clif_interface { 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); + void (*item_drop_announce) (struct map_session_data *sd, unsigned short nameid, char *monsterName); /* unit-related */ void (*clearunit_single) (int id, clr_type type, int fd); void (*clearunit_area) (struct block_list* bl, clr_type type); |