diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-05-26 23:42:02 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-06-30 00:43:06 +0100 |
commit | dff7e258eb1e4eefc5d455212a912fe454b7d3d3 (patch) | |
tree | 23b057fee0bb2b53bc688f7adefa91ef35a297cc /src/map/skill.c | |
parent | 8ea98a7ff92e0f34f323342b1d69da42d92f39ae (diff) | |
download | hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.tar.gz hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.tar.bz2 hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.tar.xz hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.zip |
add support for send target in unittalk
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 34c36d7f3..f437ce66c 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -7168,7 +7168,7 @@ int skill_castend_nodamage_id(struct block_list *src, struct block_list *bl, uin //NOTE: mobs don't have the sprite animation that is used when performing this skill (will cause glitches) char temp[70]; snprintf(temp, sizeof(temp), "%s : %s !!", md->name, skill->get_desc(skill_id)); - clif->disp_overhead(&md->bl,temp); + clif->disp_overhead(&md->bl, temp, AREA_CHAT_WOC, NULL); } break; |