From a0f25125a6239894a86d51ae8dcf6a06a4d0a380 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sat, 26 Dec 2015 19:56:18 +0800 Subject: Added support for MC_CARTDECORATE skill. *This skill is supported only by 2015-08-05aRagexeRE clients onwards.* Closes #1025 as merged Signed-off-by: Haru --- src/map/clif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 5a6b01d31..7567e507b 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1338,6 +1338,9 @@ struct clif_interface { void (*add_random_options) (unsigned char* buf, struct item* item); void (*pHotkeyRowShift) (int fd, struct map_session_data *sd); void (*dressroom_open) (struct map_session_data *sd, int view); + /* Cart Deco */ + void(*selectcart) (struct map_session_data *sd); + void(*pSelectCart) (int fd, struct map_session_data *sd); }; #ifdef HERCULES_CORE -- cgit v1.2.3-60-g2f50