follow-up r17384
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17389 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c6aa4f8fe3
commit
04efdbc24c
@ -2166,8 +2166,6 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type)
|
||||
case MDLF_HOMUN: dmgbltypes|= BL_HOM; break;
|
||||
case MDLF_PET: dmgbltypes|= BL_PET; break;
|
||||
}
|
||||
if( md->db->mexp )
|
||||
pc_damage_log_clear(tsd,md->bl.id);
|
||||
}
|
||||
|
||||
// determines, if the monster was killed by homunculus' damage only
|
||||
@ -2304,6 +2302,9 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type)
|
||||
if(zeny) // zeny from mobs [Valaris]
|
||||
pc_getzeny(tmpsd[i], zeny, LOG_TYPE_PICKDROP_MONSTER, NULL);
|
||||
}
|
||||
|
||||
if( md->db->mexp )
|
||||
pc_damage_log_clear(tmpsd[i],md->bl.id);
|
||||
}
|
||||
|
||||
for( i = 0; i < pnum; i++ ) //Party share.
|
||||
|
Loading…
x
Reference in New Issue
Block a user