diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-13 03:17:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-15 21:27:39 +0300 |
commit | 35d1c082365b061d147b23b534f54a3a84904f7b (patch) | |
tree | 27d5990ea537d932115e7e2c0ad17cab2eb7a60d /src/map/rodex.h | |
parent | 563ddcf6da8b1c0b4bedb3417d8950e20b7c5a0d (diff) | |
download | hercules-35d1c082365b061d147b23b534f54a3a84904f7b.tar.gz hercules-35d1c082365b061d147b23b534f54a3a84904f7b.tar.bz2 hercules-35d1c082365b061d147b23b534f54a3a84904f7b.tar.xz hercules-35d1c082365b061d147b23b534f54a3a84904f7b.zip |
Improve get items from rodex
Diffstat (limited to 'src/map/rodex.h')
-rw-r--r-- | src/map/rodex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/rodex.h b/src/map/rodex.h index 385c77e25..b6e7ca5b7 100644 --- a/src/map/rodex.h +++ b/src/map/rodex.h @@ -75,6 +75,7 @@ struct rodex_interface { void (*delete_mail) (struct map_session_data *sd, int64 mail_id); void (*clean) (struct map_session_data *sd, int8 flag); void (*getZenyAck) (struct map_session_data *sd, int64 mail_id, int8 opentype, int64 zeny); + void (*getItemsAck) (struct map_session_data *sd, int64 mail_id, int8 opentype, int count, const struct rodex_item *items); }; #ifdef HERCULES_CORE |