diff options
author | Haru <haru@dotalux.com> | 2016-01-16 20:28:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-16 20:28:02 +0100 |
commit | 3b1f9881edf52d725f768dbf2c0ef0c03ac60190 (patch) | |
tree | 4feaf21981ba31a0ce68abd22829773bc25acae9 /src/map/clif.h | |
parent | 76103463b0eba50c72aae6b3cf4db58871c84ee5 (diff) | |
parent | a7d49b6031898895bbd300eb625fd620f7b6daee (diff) | |
download | hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.tar.gz hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.tar.bz2 hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.tar.xz hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.zip |
Merge pull request #1031 from dastgir/12-OneClickIdentify
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); |