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/unit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 62638e252..5bdccd83d 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1672,6 +1672,7 @@ int unit_remove_map(struct block_list *bl, int clrtype) sd->menuskill_id = sd->menuskill_val = 0; sd->npc_shopid = 0; + sd->adopt_invite = 0; if(sd->pvp_timer!=-1) { delete_timer(sd->pvp_timer,pc_calc_pvprank_timer); -- cgit v1.2.3-70-g09d2