summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2016-06-23 23:56:47 +0200
committerhemagx <hemagx2@gmail.com>2016-06-23 23:56:47 +0200
commit2c5dcfe93a100d570d32ef5ff91c3336ec9d4e05 (patch)
tree08981821ffb532b3571808e393359a8bf4fc8e17 /src/map/clif.h
parentbfc3585388a075a04476f0b7f31be4e19953936e (diff)
downloadhercules-2c5dcfe93a100d570d32ef5ff91c3336ec9d4e05.tar.gz
hercules-2c5dcfe93a100d570d32ef5ff91c3336ec9d4e05.tar.bz2
hercules-2c5dcfe93a100d570d32ef5ff91c3336ec9d4e05.tar.xz
hercules-2c5dcfe93a100d570d32ef5ff91c3336ec9d4e05.zip
Interface clif_bl_type now it's clif->bl_type
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 26cb7fa3f..da0f2e21d 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1110,6 +1110,7 @@ struct clif_interface {
void (*ackmergeitems) (int fd, struct map_session_data *sd);
/* */
bool (*isdisguised) (struct block_list* bl);
+ unsigned char (*bl_type) (struct block_list *bl);
/*------------------------
*- Parse Incoming Packet
*------------------------*/