diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-12 19:33:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-21 04:21:52 +0300 |
commit | 1962fe593393d260c5f170c5fe6932e130e495bf (patch) | |
tree | 476783454adee1cac9b6c3ad03f2df487e4ee401 /src/map/rodex.h | |
parent | 6791b26d7865c38129abd80f8e8a6a62872238f4 (diff) | |
download | hercules-1962fe593393d260c5f170c5fe6932e130e495bf.tar.gz hercules-1962fe593393d260c5f170c5fe6932e130e495bf.tar.bz2 hercules-1962fe593393d260c5f170c5fe6932e130e495bf.tar.xz hercules-1962fe593393d260c5f170c5fe6932e130e495bf.zip |
Add rodex 2017 packets.
Diffstat (limited to 'src/map/rodex.h')
-rw-r--r-- | src/map/rodex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/rodex.h b/src/map/rodex.h index 18ecd91d6..ddf7cb32b 100644 --- a/src/map/rodex.h +++ b/src/map/rodex.h @@ -60,7 +60,7 @@ struct rodex_interface { void (*final) (void); bool (*isenabled) (void); - void (*open) (struct map_session_data *sd, int8 open_type); + void (*open) (struct map_session_data *sd, int8 open_type, int64 first_mail_id); void (*next_page) (struct map_session_data *sd, int8 open_type, int64 last_mail_id); void (*refresh) (struct map_session_data *sd, int8 open_type, int64 first_mail_id); void (*add_item) (struct map_session_data *sd, int16 idx, int16 amount); |