diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 2b2ef3a83..08d91c24b 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4958,7 +4958,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) pet_unlocktarget(sd->pd); } - if(sd->status.hom_id > 0) //orn + if(sd->status.hom_id > 0 && battle_config.homunculus_auto_vapor) //orn merc_hom_vaporize(sd, 0); // Leave duel if you die [LuzZza] |