summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-12-27 23:10:23 +0300
committerAndrei Karas <akaras@inbox.ru>2020-01-09 09:37:39 +0300
commit59404730afc7c392cfc6978da861783f947c9d1c (patch)
tree6736523c99d0a1e6db6956656489583feaf7f97d /src/map/clif.h
parentd26dd0680197754a97e86e9fb7146e13460fa355 (diff)
downloadhercules-59404730afc7c392cfc6978da861783f947c9d1c.tar.gz
hercules-59404730afc7c392cfc6978da861783f947c9d1c.tar.bz2
hercules-59404730afc7c392cfc6978da861783f947c9d1c.tar.xz
hercules-59404730afc7c392cfc6978da861783f947c9d1c.zip
Update packet CZ_SE_CASHSHOP_OPEN to latest version
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 7812b5366..99560f52e 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1548,7 +1548,9 @@ struct clif_interface {
void (*pBGQueueRevokeReq) (int fd, struct map_session_data *sd);
void (*pBGQueueBattleBeginAck) (int fd, struct map_session_data *sd);
/* RagExe Cash Shop [Ind/Hercules] */
- void (*pCashShopOpen) (int fd, struct map_session_data *sd);
+ void (*pCashShopOpen1) (int fd, struct map_session_data *sd);
+ void (*pCashShopOpen2) (int fd, struct map_session_data *sd);
+ void (*pCashShopLimitedReq) (int fd, struct map_session_data *sd);
void (*pCashShopClose) (int fd, struct map_session_data *sd);
void (*pCashShopReqTab) (int fd, struct map_session_data *sd);
void (*pCashShopSchedule) (int fd, struct map_session_data *sd);