diff options
author | Haru <haru@dotalux.com> | 2018-03-11 15:38:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 15:38:44 +0100 |
commit | f7ca209c044d4c08e932beac8580ddc2c2d7a924 (patch) | |
tree | ba45501645cde4e56a20ca0674232d58f132c189 /src/char/mapif.c | |
parent | c46b6d59644675c7c037238afb609f42230a9977 (diff) | |
parent | 442162e0baf6d085ffde26fb7fafd9877338f868 (diff) | |
download | hercules-f7ca209c044d4c08e932beac8580ddc2c2d7a924.tar.gz hercules-f7ca209c044d4c08e932beac8580ddc2c2d7a924.tar.bz2 hercules-f7ca209c044d4c08e932beac8580ddc2c2d7a924.tar.xz hercules-f7ca209c044d4c08e932beac8580ddc2c2d7a924.zip |
Merge pull request #1987 from guilherme-gm/rodexfixes
Some rodex fixes
Diffstat (limited to 'src/char/mapif.c')
-rw-r--r-- | src/char/mapif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/mapif.c b/src/char/mapif.c index 241edc925..f80e38fe7 100644 --- a/src/char/mapif.c +++ b/src/char/mapif.c @@ -185,7 +185,7 @@ void mapif_send_quests(int fd, int char_id, struct quest *tmp_questlog, int num_ int mapif_parse_quest_load(int fd); /* RoDEX */ int mapif_parse_rodex_requestinbox(int fd); -void mapif_rodex_sendinbox(int fd, int char_id, int8 opentype, int8 flag, int count, struct rodex_maillist *mails); +void mapif_rodex_sendinbox(int fd, int char_id, int8 opentype, int8 flag, int count, int64 mail_id, struct rodex_maillist *mails); int mapif_parse_rodex_checkhasnew(int fd); void mapif_rodex_sendhasnew(int fd, int char_id, bool has_new); int mapif_parse_rodex_updatemail(int fd); |