summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-19 00:12:35 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-19 00:12:35 +0000
commit38825fa2ef87c024f88cf0ac139a02ef7fd5f40d (patch)
tree4aa62b912811a0b2921fedb759b39620b08431e2 /src/map/pc.c
parente92f5bc08714b2832c6393e3d9f652d75e69a568 (diff)
downloadhercules-38825fa2ef87c024f88cf0ac139a02ef7fd5f40d.tar.gz
hercules-38825fa2ef87c024f88cf0ac139a02ef7fd5f40d.tar.bz2
hercules-38825fa2ef87c024f88cf0ac139a02ef7fd5f40d.tar.xz
hercules-38825fa2ef87c024f88cf0ac139a02ef7fd5f40d.zip
- The last bug in Adoption system.
- Fixed a bug on trade, if you received a trade without accept it do logout... the other player cannot trade anymore 'til restart. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12396 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-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 5845fe56e..de2e73ba5 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -645,7 +645,7 @@ bool pc_adoption(struct map_session_data *p1_sd, struct map_session_data *p2_sd,
// Parents Skills
pc_skill(p1_sd, WE_CALLBABY, 1, 0);
- pc_skill(p1_sd, WE_CALLBABY, 1, 0);
+ pc_skill(p2_sd, WE_CALLBABY, 1, 0);
return true;
}