summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 33deb780b..eb71ccfe4 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -8046,8 +8046,6 @@ static int pc_dead(struct map_session_data *sd, struct block_list *src)
struct pet_data *pd = sd->pd;
if( !map->list[sd->bl.m].flag.noexppenalty ) {
pet->set_intimate(pd, pd->pet.intimate - pd->petDB->die);
- if (pd->pet.intimate < PET_INTIMACY_NONE)
- pd->pet.intimate = PET_INTIMACY_NONE;
clif->send_petdata(sd,sd->pd,1,pd->pet.intimate);
}
if( sd->pd->target_id ) // Unlock all targets...