diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 13:23:06 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 13:23:06 +0000 |
commit | 817ea477d4e93fe28aba2151627988caf0be0fec (patch) | |
tree | 01f7830cc15a429c801e253cc84a57eeacdb4957 /src/map/pc.c | |
parent | 483b0686a151cba2e809e584f565a2d4a71b87f0 (diff) | |
download | hercules-817ea477d4e93fe28aba2151627988caf0be0fec.tar.gz hercules-817ea477d4e93fe28aba2151627988caf0be0fec.tar.bz2 hercules-817ea477d4e93fe28aba2151627988caf0be0fec.tar.xz hercules-817ea477d4e93fe28aba2151627988caf0be0fec.zip |
(I need sleep)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6845 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 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]
|