diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-27 15:01:36 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:39:26 +0530 |
commit | a7d49b6031898895bbd300eb625fd620f7b6daee (patch) | |
tree | b949a50a2390d953ddd5385afe85bd809c7e3c62 /src/map/clif.h | |
parent | 9e48e2aebd5777179bd2fc2f45a58f8ad17b1373 (diff) | |
download | hercules-a7d49b6031898895bbd300eb625fd620f7b6daee.tar.gz hercules-a7d49b6031898895bbd300eb625fd620f7b6daee.tar.bz2 hercules-a7d49b6031898895bbd300eb625fd620f7b6daee.tar.xz hercules-a7d49b6031898895bbd300eb625fd620f7b6daee.zip |
Added OneClickIdentify packet
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 250689e90..3d43b064c 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1338,6 +1338,7 @@ 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); + void (*pOneClick_ItemIdentify) (int fd,struct map_session_data *sd); /* Cart Deco */ void(*selectcart) (struct map_session_data *sd); void(*pSelectCart) (int fd, struct map_session_data *sd); |