summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-07 03:03:44 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-07 03:03:44 +0000
commit55e1e93e2ec9c22c7b3e89ff3bdf4e62c4dc7ac8 (patch)
tree098c1bda06582b2a4f1681a7fe32dfb2158ad5cc /src/map/map.c
parent28cb9b9d074dbefa1e5de9805ff172f7dbd39da4 (diff)
downloadhercules-55e1e93e2ec9c22c7b3e89ff3bdf4e62c4dc7ac8.tar.gz
hercules-55e1e93e2ec9c22c7b3e89ff3bdf4e62c4dc7ac8.tar.bz2
hercules-55e1e93e2ec9c22c7b3e89ff3bdf4e62c4dc7ac8.tar.xz
hercules-55e1e93e2ec9c22c7b3e89ff3bdf4e62c4dc7ac8.zip
Update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@925 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 039bdc5f2..db555d747 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -2530,7 +2530,7 @@ int flush_timer(int tid, unsigned int tick, int id, int data){
int id_db_final(void *k,void *d,va_list ap)
{
struct mob_data *id;
-// nullpo_retr(0, id=d);
+ nullpo_retr(0, id=d);
if(id->lootitem)
free(id->lootitem);
if(id)
@@ -2601,7 +2601,7 @@ void do_final(void) {
// do_final_timer(); (we used timer_final() instead)
timer_final();
- numdb_final(id_db, id_db_final);
+// numdb_final(id_db, id_db_final);
strdb_final(map_db, map_db_final);
strdb_final(nick_db, nick_db_final);
numdb_final(charid_db, charid_db_final);