summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2016-06-23 11:59:03 +0200
committerhemagx <hemagx2@gmail.com>2016-06-23 23:50:18 +0200
commitbfc3585388a075a04476f0b7f31be4e19953936e (patch)
tree1dcff0f47af1290c23667810151c8c7c7285393f /src/map/clif.h
parenta3e0827422d1745c619f5bee4a225874e727e188 (diff)
downloadhercules-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.h3
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
*------------------------*/