From 38825fa2ef87c024f88cf0ac139a02ef7fd5f40d Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 19 Mar 2008 00:12:35 +0000 Subject: - 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 --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') 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; } -- cgit v1.2.3-60-g2f50