Final alteration :P

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6844 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lance 2006-05-30 13:22:26 +00:00
parent aabab7f7c5
commit 42f64dbd26

View File

@ -4447,10 +4447,8 @@ int pc_dead(struct map_session_data *sd,struct block_list *src)
sd->pet.intimate = 0; sd->pet.intimate = 0;
clif_send_petdata(sd,1,sd->pet.intimate); clif_send_petdata(sd,1,sd->pet.intimate);
} }
if(sd->pd->target_id){ // Unlock all targets... if(sd->pd->target_id) // Unlock all targets...
unit_stop_attack(&sd->pd->bl); pet_unlocktarget(&sd->pd);
sd->pd->target_id = 0;
}
} }
// Leave duel if you die [LuzZza] // Leave duel if you die [LuzZza]