From 9ee8489925582c65ad4cd8542fdec8c60577a3d1 Mon Sep 17 00:00:00 2001 From: amber Date: Mon, 6 Dec 2004 23:31:13 +0000 Subject: update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@479 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog.txt | 1 + src/map/party.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index f62220b25..f7753bf62 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,6 @@ Date Added 12/6 + * fixed a server crash in party sharing exp [MouseJstr] * fixed a server crash in BS_FINDINGORE [MouseJstr] * Updated Chase Walk [celest] * Added 'checkoption1' and 'checkoption2' script functions - Refer to diff --git a/src/map/party.c b/src/map/party.c index d2f169565..1e5a3dbd1 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -589,7 +589,7 @@ int party_exp_share(struct party *p,int map,int base_exp,int job_exp,int zeny) if(c==0) return 0; for(i=0;imember[i].sd)!=NULL && sd->bl.m==map) { + if((sd=p->member[i].sd)!=NULL && sd->bl.m==map && session[sd->fd] != NULL) { #ifdef TWILIGHT pc_gainexp(sd,base_exp,job_exp); #else -- cgit v1.2.3-60-g2f50