summaryrefslogtreecommitdiff
path: root/src/map/rodex.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-10-21 17:48:13 +0200
committerGitHub <noreply@github.com>2017-10-21 17:48:13 +0200
commitd1691ef81112667c2cfb3ae74a074a6debd4af53 (patch)
treec8c1126b5407fcfe8fe43b1db14e3970c656eda8 /src/map/rodex.h
parente5d9b3768241a7e91bf8dd9bf8b776d4cee310d7 (diff)
parentec9f4b20aca50905d635db6d1e5398918a6dba5d (diff)
downloadhercules-d1691ef81112667c2cfb3ae74a074a6debd4af53.tar.gz
hercules-d1691ef81112667c2cfb3ae74a074a6debd4af53.tar.bz2
hercules-d1691ef81112667c2cfb3ae74a074a6debd4af53.tar.xz
hercules-d1691ef81112667c2cfb3ae74a074a6debd4af53.zip
Merge pull request #1859 from 4144/newpackets
Add shuffle packets for latest clients, fix rodex in 2017 clients, fix exp packets.
Diffstat (limited to 'src/map/rodex.h')
-rw-r--r--src/map/rodex.h2
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);