summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-09-22 20:02:01 +0200
committerGitHub <noreply@github.com>2019-09-22 20:02:01 +0200
commit76896e85057760d7f412293b912dce77d9016415 (patch)
treebd0dc1ae096fd92ea852ef81600ce5da5e5a24a5 /src/map/status.c
parent63d93d45038ab070dcb8e4714fb72c99fdcf2e9c (diff)
parent4e093cebcb83bab380dc655bb951de1e2d14c73c (diff)
downloadhercules-76896e85057760d7f412293b912dce77d9016415.tar.gz
hercules-76896e85057760d7f412293b912dce77d9016415.tar.bz2
hercules-76896e85057760d7f412293b912dce77d9016415.tar.xz
hercules-76896e85057760d7f412293b912dce77d9016415.zip
Merge pull request #2524 from MishimaHaruna/homunculus-fixes
Homunculus related fixes
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 90dfe2bfd..ba32b267e 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -9072,7 +9072,7 @@ static int status_change_start(struct block_list *src, struct block_list *bl, en
if (sd->status.pet_id > 0)
pet->menu(sd, 3);
if (homun_alive(sd->hd))
- homun->vaporize(sd,HOM_ST_REST);
+ homun->vaporize(sd, HOM_ST_REST, true);
if (sd->md)
mercenary->delete(sd->md,3);
}