diff options
author | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-05 05:41:00 +0000 |
---|---|---|
committer | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-05 05:41:00 +0000 |
commit | e180648e8d399a7d367e557f3857753d54987b9b (patch) | |
tree | 1bab010071aaa64dde27605092503e40992771ba /src/map/mob.c | |
parent | 784aae93bcd8d0ed59f5351921e103e7545e5ea6 (diff) | |
download | hercules-e180648e8d399a7d367e557f3857753d54987b9b.tar.gz hercules-e180648e8d399a7d367e557f3857753d54987b9b.tar.bz2 hercules-e180648e8d399a7d367e557f3857753d54987b9b.tar.xz hercules-e180648e8d399a7d367e557f3857753d54987b9b.zip |
- Re-committed r16973/trunk/src/ (tid:74924).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16995 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index b512e0b26..a1a5ea311 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2252,7 +2252,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) else job_exp = (unsigned int)cap_value(md->db->job_exp * per * bonus/100. * map[m].jexp/100., 1, UINT_MAX); - if((temp = tmpsd[i]->status.party_id )>0 && !md->dmglog[i].flag == MDLF_HOMUN) //Homun-done damage (flag 1) is not given to party + if ((temp = tmpsd[i]->status.party_id)>0 /*&& !md->dmglog[i].flag == MDLF_HOMUN*/) { //Homun-done damage (flag 1) is given to party { int j; for(j=0;j<pnum && pt[j].id!=temp;j++); //Locate party. |