summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-16 18:21:41 -0300
committershennetsind <ind@henn.et>2013-05-16 18:21:41 -0300
commitcb9b70eae92e401f4b644b95d2fa87e781d5ce82 (patch)
treebfaf32d1c8c98e286be645431a2d9192d9ae9402 /src/map/clif.h
parent7f7ec56cb5832b6c6899b9d7c9a43c16f3aea0d5 (diff)
downloadhercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.gz
hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.bz2
hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.xz
hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.zip
Fixed cash shop for 2011-11-22
Special Thanks to Yommy, and M45T3R! Signed-off-by: shennetsind <ind@henn.et>
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 2aec3350a..3e3db98c1 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1081,6 +1081,7 @@ struct clif_interface {
/* RagExe Cash Shop [Ind/Hercules] */
void (*pCashShopOpen) (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);
void (*pCashShopBuy) (int fd, struct map_session_data *sd);
void (*pPartyTick) (int fd, struct map_session_data *sd);