summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-09 18:00:37 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 00:23:24 +0300
commitd13334aeb2d3439d89530a1e88a968a977079be9 (patch)
tree73c0f963fe3a4cb4890ca03a1a221fef9de756cd /src/map/clif.h
parente68d49654e4eb5f6749f16d2fc3ca4e7a747b91c (diff)
downloadhercules-d13334aeb2d3439d89530a1e88a968a977079be9.tar.gz
hercules-d13334aeb2d3439d89530a1e88a968a977079be9.tar.bz2
hercules-d13334aeb2d3439d89530a1e88a968a977079be9.tar.xz
hercules-d13334aeb2d3439d89530a1e88a968a977079be9.zip
Update packet CZ_SHORTCUTKEYBAR_ROTATE
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 bef2726f3..5c28f80dd 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1528,7 +1528,8 @@ struct clif_interface {
void (*pNPCMarketPurchase) (int fd, struct map_session_data *sd);
/* */
int (*add_item_options) (struct ItemOptions *buf, const struct item *it);
- void (*pHotkeyRowShift) (int fd, struct map_session_data *sd);
+ void (*pHotkeyRowShift1) (int fd, struct map_session_data *sd);
+ void (*pHotkeyRowShift2) (int fd, struct map_session_data *sd);
void (*dressroom_open) (struct map_session_data *sd, int view);
void (*pOneClick_ItemIdentify) (int fd,struct map_session_data *sd);
/* Cart Deco */