From 4986697c6ddd12509e626576d42ef191573a944c Mon Sep 17 00:00:00 2001 From: amber Date: Fri, 7 Jan 2005 04:37:21 +0000 Subject: fix it git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@926 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/map/map.c b/src/map/map.c index db555d747..b3edeb2a8 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2597,6 +2597,7 @@ void do_final(void) { for (i = 0; i < fd_max; i++) delete_session(i); +#if 0 map_removenpc(); // do_final_timer(); (we used timer_final() instead) @@ -2623,6 +2624,7 @@ void do_final(void) { if(map[i].block_mob_count) free(map[i].block_mob_count); } */ +#endif #ifndef TXT_ONLY map_sql_close(); -- cgit v1.2.3-70-g09d2