From ec12f70e64fdd12235f74d9708332be0ff8c2683 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 29 Jul 2009 09:10:51 +0000 Subject: - Fixed a bug cleaning instance variable on party when instance is destroy. - Fixed a bug on Yuno Castle 2 and 3, not killing guardians. - Moved battleground team leave on unit remove map to prevent a crash on multimap servers. - Fixed a bug on checking range with the wrong target. Fix a crash on Item 2002 at refine >= 9. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13979 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index a71344ed7..ae9685075 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -557,7 +557,10 @@ int party_broken(int party_id) return 0; if( p->instance_id ) + { + instance[p->instance_id].party_id = 0; map_instance_destroy( p->instance_id ); + } for(i=0;idata[i].sd!=NULL){ -- cgit v1.2.3-60-g2f50