summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2014-01-08 22:42:37 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2014-01-08 22:42:37 +0800
commitb22f68bbef4fb348c5a22d9c7674bba532d2c116 (patch)
treeeec4c33053d9b0bc87aa3c5725331304414f6e17 /src/map/clif.c
parent594f64b62878e70c77de85008f1f96ca1a4fb5be (diff)
downloadhercules-b22f68bbef4fb348c5a22d9c7674bba532d2c116.tar.gz
hercules-b22f68bbef4fb348c5a22d9c7674bba532d2c116.tar.bz2
hercules-b22f68bbef4fb348c5a22d9c7674bba532d2c116.tar.xz
hercules-b22f68bbef4fb348c5a22d9c7674bba532d2c116.zip
Fixed Bug#7944
-http://hercules.ws/board/tracker/issue-7944-all-hidecloaking-skills-in-pvpduelwoe/?gopid=21579#entry21579 Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index b442d6279..fc5448472 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -322,7 +322,7 @@ int clif_send_sub(struct block_list *bl, va_list ap) {
}
/* unless visible, hold it here */
- if( clif->ally_only && !sd->special_state.intravision && battle->check_target( src_bl, &sd->bl, BCT_ENEMY ) > 0 )
+ if( clif->ally_only && !sd->sc.data[SC_CLAIRVOYANCE] && !sd->special_state.intravision && battle->check_target( src_bl, &sd->bl, BCT_ENEMY ) > 0 )
return 0;
WFIFOHEAD(fd, len);