summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorglighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-05 14:13:26 +0000
committerglighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-05 14:13:26 +0000
commit4d0d981ae30ca3b643e8727e2e5087b957e5d27a (patch)
tree3842a643265d4992875707782d83117144316ad2 /src/map/mob.c
parent13e152b1a9819d6587c9702b7eccd174e62b5e8b (diff)
downloadhercules-4d0d981ae30ca3b643e8727e2e5087b957e5d27a.tar.gz
hercules-4d0d981ae30ca3b643e8727e2e5087b957e5d27a.tar.bz2
hercules-4d0d981ae30ca3b643e8727e2e5087b957e5d27a.tar.xz
hercules-4d0d981ae30ca3b643e8727e2e5087b957e5d27a.zip
- Re-committed r16981/trunk/src/ and follow up r16988/trunk/src/ (pid:161281).
-Fix previous recommit since r16995 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16999 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index a1a5ea311..c112c5666 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 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.