diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index dd8d15f09..50773029d 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4757,6 +4757,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) if(sd->status.hom_id > 0 && sd->hd) //orn { + sd->homunculus.vaporize = 1; merc_stop_walking(sd->hd, 1) ; merc_stop_attack(sd->hd) ; merc_hom_delete(sd->hd,0); |