diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-10-25 18:15:42 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-10-25 18:15:42 +0200 |
commit | 468e13d4d12dadc9b2a1666f6d2303e30cf93d82 (patch) | |
tree | 1efd44000ff556d861f1dd5d52f41e22cbf6415c /src/map/clif.c | |
parent | a5c0636f74a2177839aec9153b542afd8c36850a (diff) | |
download | hercules-468e13d4d12dadc9b2a1666f6d2303e30cf93d82.tar.gz hercules-468e13d4d12dadc9b2a1666f6d2303e30cf93d82.tar.bz2 hercules-468e13d4d12dadc9b2a1666f6d2303e30cf93d82.tar.xz hercules-468e13d4d12dadc9b2a1666f6d2303e30cf93d82.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index c9ad1245c..b9cd4cbaf 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -4785,7 +4785,7 @@ int clif_outsight(struct block_list *bl,va_list ap) } if (sd && sd->fd) { //sd is watching tbl go out of view. nullpo_ret(tbl); - if(tbl->type == BL_SKILL) //Trap knocked out of sight
+ if(tbl->type == BL_SKILL) //Trap knocked out of sight clif->clearchar_skillunit((struct skill_unit *)tbl,sd->fd); else if (((vd=status->get_viewdata(tbl)) && vd->class_ != INVISIBLE_CLASS) && !(tbl->type == BL_NPC && (((TBL_NPC*)tbl)->option&OPTION_INVISIBLE))) |