summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-08-17 01:04:04 +0200
committerHaruna <haru@dotalux.com>2015-08-17 01:04:04 +0200
commitedecaa3d4d5084b40f229c19706545e1fde7919c (patch)
treef5aa977893aca5229b4b6fdd788566bdc7b67a63 /src/map/clif.h
parent94df0300da69e3dde9bc05f32137dd90c43040e8 (diff)
parent509df4d77031fdd5bbc1364ea4c99516589c018d (diff)
downloadhercules-edecaa3d4d5084b40f229c19706545e1fde7919c.tar.gz
hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.tar.bz2
hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.tar.xz
hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.zip
Merge pull request #619 from dastgir/2015-3ceam
New EquipPackets Support
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 66a749818..3f0d043f7 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1315,6 +1315,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);
};
#ifdef HERCULES_CORE