summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-09 02:34:00 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 00:23:24 +0300
commit441470decb97f738ea4c854cbf5138e8eeac2bb4 (patch)
tree73a406b22e055e6b1d2c7da92a5fc801e9618347 /src/map/clif.h
parent62ee0d94b98493e60d41c8a5a3ec27a7246a21e9 (diff)
downloadhercules-441470decb97f738ea4c854cbf5138e8eeac2bb4.tar.gz
hercules-441470decb97f738ea4c854cbf5138e8eeac2bb4.tar.bz2
hercules-441470decb97f738ea4c854cbf5138e8eeac2bb4.tar.xz
hercules-441470decb97f738ea4c854cbf5138e8eeac2bb4.zip
Update packet ZC_SHORTCUT_KEY_LIST
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 19c321ed3..1e49e50a2 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -851,7 +851,8 @@ struct clif_interface {
void (*ranklist) (struct map_session_data *sd, 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);
+ void (*hotkeys) (struct map_session_data *sd, int tab);
+ void (*hotkeysAll) (struct map_session_data *sd);
int (*insight) (struct block_list *bl,va_list ap);
int (*outsight) (struct block_list *bl,va_list ap);
void (*skillcastcancel) (struct block_list* bl);