diff options
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 9b18dcd15..8fb6e70f7 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1744,7 +1744,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) tmpsd[temp] = map_charid2sd(md->dmglog[i].id); if(tmpsd[temp] == NULL) continue; - if(tmpsd[temp]->bl.m != md->bl.m || pc_isdead(tmpsd[i])) + if(tmpsd[temp]->bl.m != md->bl.m || pc_isdead(tmpsd[temp])) continue; temp++; |