From 509df4d77031fdd5bbc1364ea4c99516589c018d Mon Sep 17 00:00:00 2001 From: Dastgir Date: Mon, 3 Aug 2015 17:08:19 +0530 Subject: New EquipPackets Support --- src/map/clif.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index c827406ca..47249e07e 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1320,6 +1320,8 @@ struct clif_interface { /* NPC Market (by Ind after an extensive debugging of the packet, only possible thanks to Yommy <3) */ void (*pNPCMarketClosed) (int fd, struct map_session_data *sd); void (*pNPCMarketPurchase) (int fd, struct map_session_data *sd); + /* */ + void (*add_random_options) (unsigned char* buf, struct item* item); }; struct clif_interface *clif; -- cgit v1.2.3-60-g2f50