summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-07-04 05:52:56 +0300
committerAndrei Karas <akaras@inbox.ru>2019-07-24 20:34:46 +0300
commitc42b4140c6f336ef6d4aa7d59031eb339bedbf14 (patch)
treeccc570f8f9d96c2a0244011590cca4850d18c5be /src/map/clif.h
parent29b9e526fc961fad2248f6452e0b5af41bdce1ed (diff)
downloadhercules-c42b4140c6f336ef6d4aa7d59031eb339bedbf14.tar.gz
hercules-c42b4140c6f336ef6d4aa7d59031eb339bedbf14.tar.bz2
hercules-c42b4140c6f336ef6d4aa7d59031eb339bedbf14.tar.xz
hercules-c42b4140c6f336ef6d4aa7d59031eb339bedbf14.zip
Update ZC_ACK_RANKING for new clients
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 5afc50742..ca7ae35b0 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -851,6 +851,7 @@ struct clif_interface {
void (*fame_taekwon) (struct map_session_data *sd, int points);
void (*ranklist) (struct map_session_data *sd, enum fame_list_type type);
void (*ranklist_sub) (struct PACKET_ZC_ACK_RANKING_sub *ranks, enum fame_list_type type);
+ void (*ranklist_sub2) (uint32 *chars, uint32 *points, enum fame_list_type type);
void (*update_rankingpoint) (struct map_session_data *sd, enum fame_list_type type, int points);
void (*pRanklist) (int fd, struct map_session_data *sd);
void (*hotkeys) (struct map_session_data *sd, int tab);