From d8b0f15444e87644ccee5a5e1ea4449c9b918fec Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 27 Jul 2006 13:20:44 +0000 Subject: - Removed a redeclared variable i in the parsing of the fame list (char-txt server) which seems to be the cause of the random memory corruptions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7915 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 961e79c49..7eed36758 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1765,7 +1765,6 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) mvp_sd=(struct map_session_data *)tmpbl[temp]; mvp_damage=md->dmglog[i].dmg; } - temp++; // [Lance] } count = i; //Total number of attackers. -- cgit v1.2.3-70-g09d2