summaryrefslogtreecommitdiff
path: root/src/echar/char.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-12 20:48:51 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-12 20:48:51 +0300
commit3ec34a184f0bedd71c529be06eccd0b882d2d25a (patch)
treed0d6d9d2393c116c72720b15d0cb05ee6a3a8a02 /src/echar/char.c
parent3c0e3838f77a62a69130d7b2674e21e2133a7f83 (diff)
downloadevol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.tar.gz
evol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.tar.bz2
evol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.tar.xz
evol-hercules-3ec34a184f0bedd71c529be06eccd0b882d2d25a.zip
Update from hercules.
Diffstat (limited to 'src/echar/char.c')
-rw-r--r--src/echar/char.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index 037aa05..c0d80ba 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -177,11 +177,18 @@ void echar_parse_login_password_change_ack(int charFd)
}
}
-void echar_send_HC_ACK_CHARINFO_PER_PAGE_post(int fd, struct char_session_data *sd)
+void echar_send_HC_ACK_CHARINFO_PER_PAGE_post(int fd,
+ struct char_session_data *sd)
{
send_additional_slots(fd, sd);
}
+void echar_send_HC_ACK_CHARINFO_PER_PAGE_tail_pre(int *fdPtr __attribute__ ((unused)),
+ struct char_session_data **sdPtr __attribute__ ((unused)))
+{
+ hookStop();
+}
+
int echar_mmo_char_send_characters_post(int retVal,
int fd,
struct char_session_data* sd)