diff --git a/src/map/pc.c b/src/map/pc.c index a0d8fe17e7..f021b9e983 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4446,7 +4446,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) sd->pet.intimate = 0; clif_send_petdata(sd,1,sd->pet.intimate); if(sd->pd->target_id){ // Unlock all targets... - unit_unattackable(&sd->pd->bl); + unit_stop_attack(&sd->pd->bl); sd->pd->target_id = 0; } }