summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 519e20d77..2040b5ebf 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4448,7 +4448,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src)
clif_send_petdata(sd,1,sd->pet.intimate);
}
if(sd->pd->target_id) // Unlock all targets...
- pet_unlocktarget(&sd->pd);
+ pet_unlocktarget(sd->pd);
}
// Leave duel if you die [LuzZza]