From b2d3ef23ba6b4312a3dd8a31b275b8d579c3df65 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 11 Apr 2012 04:12:42 +0000 Subject: Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_EXP setting. will update on the wiki asap. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15843 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 8bd47990f..ac7bbb380 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2188,7 +2188,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) if(base_exp || job_exp) { if( md->dmglog[i].flag != MDLF_PET || battle_config.pet_attack_exp_to_master ) { -#ifdef RENEWAL +#ifdef RENEWAL_EXP if(!md->db->mexp) party_renewal_exp_mod(&base_exp,&job_exp,tmpsd[i]->status.base_level,md->level); #endif -- cgit v1.2.3-60-g2f50