diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-08-03 17:08:19 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-08-16 18:42:35 +0530 |
commit | 509df4d77031fdd5bbc1364ea4c99516589c018d (patch) | |
tree | a5f58c1cbc3af5f9a43004ac023b9aef919a0a07 /src/map/clif.h | |
parent | d1f1c93fb7167c2c830e3ceb497feac39fce950b (diff) | |
download | hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.tar.gz hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.tar.bz2 hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.tar.xz hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.zip |
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 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; |