diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-23 21:38:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-23 21:38:21 +0300 |
commit | 3c0e3838f77a62a69130d7b2674e21e2133a7f83 (patch) | |
tree | 6f3ff1583e69e5ded625af59a78cbd5568acef51 /src/echar/char.h | |
parent | 637fcbc9c0f4b042b38f9e900d08aee521305991 (diff) | |
download | evol-hercules-s20190211.tar.gz evol-hercules-s20190211.tar.bz2 evol-hercules-s20190211.tar.xz evol-hercules-s20190211.zip |
Update from herculess20190211
Diffstat (limited to 'src/echar/char.h')
-rw-r--r-- | src/echar/char.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echar/char.h b/src/echar/char.h index 8726d93..708a558 100644 --- a/src/echar/char.h +++ b/src/echar/char.h @@ -13,7 +13,7 @@ void echar_parse_change_paassword(int fd); void echar_parse_login_password_change_ack(int charFd); -void echar_mmo_char_send099d_post(int fd, struct char_session_data *sd); +void echar_send_HC_ACK_CHARINFO_PER_PAGE_post(int fd, struct char_session_data *sd); int echar_mmo_char_send_characters_post(int retVal, int fd, struct char_session_data *sd); |