From 9df3b0b2c5469afaba385dbfdadc973830c00ce2 Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 30 May 2006 07:07:59 +0000 Subject: [Fixed] - Typo in mob_dead causing crash. Thanks to reddozen and his gang for testing. - Compilation warnings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6835 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 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++; -- cgit v1.2.3-70-g09d2