summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-21 23:45:53 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-21 23:45:53 +0000
commit72fc9343c79775d3c9df910ce78f5b0ee274cb81 (patch)
treef0a39b82973db0fd83c29587fda957276e95dcc1 /src/map/skill.c
parentd64c6ba4231c3802ba478c45ebb3b4fda4d8ed83 (diff)
downloadhercules-72fc9343c79775d3c9df910ce78f5b0ee274cb81.tar.gz
hercules-72fc9343c79775d3c9df910ce78f5b0ee274cb81.tar.bz2
hercules-72fc9343c79775d3c9df910ce78f5b0ee274cb81.tar.xz
hercules-72fc9343c79775d3c9df910ce78f5b0ee274cb81.zip
- Corrected the @follow timer not being deleted on logout.
- Applied the homunculus code fixes provided by Toms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7820 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 9e8d6add8..e06b5f2ef 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -5589,6 +5589,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
{
if (sd && sd->hd && ( sd->hd->battle_status.hp >= (sd->hd->battle_status.max_hp * 80 / 100 ) ) ) {
sd->homunculus.vaporize = 1;
+ clif_hominfo(sd, 0);
merc_hom_delete(sd->hd, 0) ;
} else if ( sd )
{