diff options
author | hemagx <hemagx2@gmail.com> | 2016-06-23 11:59:03 +0200 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-06-23 23:50:18 +0200 |
commit | bfc3585388a075a04476f0b7f31be4e19953936e (patch) | |
tree | 1dcff0f47af1290c23667810151c8c7c7285393f /src/map/clif.h | |
parent | a3e0827422d1745c619f5bee4a225874e727e188 (diff) | |
download | hercules-bfc3585388a075a04476f0b7f31be4e19953936e.tar.gz hercules-bfc3585388a075a04476f0b7f31be4e19953936e.tar.bz2 hercules-bfc3585388a075a04476f0b7f31be4e19953936e.tar.xz hercules-bfc3585388a075a04476f0b7f31be4e19953936e.zip |
Interface disguised function, now it's clif->isdisguised.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index bf61aee20..26cb7fa3f 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1108,7 +1108,8 @@ struct clif_interface { void (*cancelmergeitem) (int fd, struct map_session_data *sd); int (*comparemergeitem) (const void *a, const void *b); void (*ackmergeitems) (int fd, struct map_session_data *sd); - + /* */ + bool (*isdisguised) (struct block_list* bl); /*------------------------ *- Parse Incoming Packet *------------------------*/ |