From 1b008a629ddb633d91a70e2c037924fab10e2d6c Mon Sep 17 00:00:00 2001 From: celest Date: Thu, 23 Dec 2004 11:44:57 +0000 Subject: * Updated Sacrifice * Fixed compile errors in party.c * Moved SC_EDP back to 114 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@750 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index 9443608fb..ddaed7fc7 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -591,7 +591,7 @@ int party_exp_share(struct party *p,int map,int base_exp,int job_exp,int zeny) return 0; for(i=0;imember[i].sd)!=NULL && sd->bl.m==map && session[sd->fd] != NULL) { - if (/* pc_issit(sd) || */ (sd->chatID != NULL) || (sd->idletime < (time(0) - 120))) + if (/* pc_issit(sd) || */ sd->chatID || (sd->idletime < (time(0) - 120))) continue; #ifdef TWILIGHT pc_gainexp(sd,base_exp,job_exp); -- cgit v1.2.3-60-g2f50