From a6b8a01a8f304e40aa93102a3fe4ce7fc02fcf5e Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 13 Mar 2008 13:39:07 +0000 Subject: Fixed one forgotten mob spawning function call causing mobs to duplicate when respawning (followup to r12350) (bugreport:1173) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12353 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 118e1b99a..30e16aa55 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2004,7 +2004,7 @@ void map_spawnmobs(int m) if(map[m].moblist[i]!=NULL) { k+=map[m].moblist[i]->num; - npc_parse_mob2(map[m].moblist[i],i); + npc_parse_mob2(map[m].moblist[i],true); } if (battle_config.etc_log && k > 0) -- cgit v1.2.3-60-g2f50