summaryrefslogtreecommitdiff
path: root/src/char/char.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-02-11 01:02:37 +0100
committerGitHub <noreply@github.com>2019-02-11 01:02:37 +0100
commit277c9edf4fb18dbb594fc293289d0b74ecc143d9 (patch)
treeb716296531f84e6b234902702e9502322ce3068e /src/char/char.h
parent545842eb1e7ec1d38b45a494fb8848d3b778f2ed (diff)
parent6c071f5de0d10ff4700a74e82169a7e2b33842a7 (diff)
downloadhercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.gz
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.bz2
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.xz
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.zip
Merge pull request #2353 from 4144/updatepackets
Update packets and messages up to 2019-01-30
Diffstat (limited to 'src/char/char.h')
-rw-r--r--src/char/char.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/char.h b/src/char/char.h
index 914530537..632695ca4 100644
--- a/src/char/char.h
+++ b/src/char/char.h
@@ -154,6 +154,7 @@ struct char_interface {
int (*count_users) (void);
int (*mmo_char_tobuf) (uint8* buffer, struct mmo_charstatus* p);
void (*send_HC_ACK_CHARINFO_PER_PAGE) (int fd, struct char_session_data *sd);
+ void (*send_HC_ACK_CHARINFO_PER_PAGE_tail) (int fd, struct char_session_data *sd);
void (*mmo_char_send_ban_list) (int fd, struct char_session_data *sd);
void (*mmo_char_send_slots_info) (int fd, struct char_session_data* sd);
int (*mmo_char_send_characters) (int fd, struct char_session_data* sd);