diff options
author | Haruna <haru@dotalux.com> | 2015-08-17 01:04:04 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-08-17 01:04:04 +0200 |
commit | edecaa3d4d5084b40f229c19706545e1fde7919c (patch) | |
tree | f5aa977893aca5229b4b6fdd788566bdc7b67a63 /src/map/clif.h | |
parent | 94df0300da69e3dde9bc05f32137dd90c43040e8 (diff) | |
parent | 509df4d77031fdd5bbc1364ea4c99516589c018d (diff) | |
download | hercules-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.h | 2 |
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 |