From 1502caa60902a913769d4d8d2b1ace9dcb53e718 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 12 Jul 2012 20:17:06 +0000 Subject: Fixed bugreport:6223 so this happened to be indented eh, whops. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16419 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map') diff --git a/src/map/mob.c b/src/map/mob.c index 12ceae907..1a8f72a6f 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -962,10 +962,10 @@ int mob_spawn (struct mob_data *md) memset(md->dmglog, 0, sizeof(md->dmglog)); md->tdmg = 0; - if (md->lootitem) { - aFree(md->lootitem); - md->lootitem = NULL; - } + + if (md->lootitem) + memset(md->lootitem, 0, sizeof(md->lootitem)); + md->lootitem_count = 0; if(md->db->option) -- cgit v1.2.3-60-g2f50