summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-09 04:49:42 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-09 04:49:42 +0000
commit40f970fb1bcd019d03eb08892d73588e1b5cc60a (patch)
tree373011b09a1904a21fd654c4ac3c06337be8171f /src/map/map.c
parent1aa770f62bd85e2e89fd26672faed94eae34d142 (diff)
downloadhercules-40f970fb1bcd019d03eb08892d73588e1b5cc60a.tar.gz
hercules-40f970fb1bcd019d03eb08892d73588e1b5cc60a.tar.bz2
hercules-40f970fb1bcd019d03eb08892d73588e1b5cc60a.tar.xz
hercules-40f970fb1bcd019d03eb08892d73588e1b5cc60a.zip
- Fixed Desperado's hit-rate.
- Some miscellanous cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9180 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 6c00496cd..1036edd15 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1681,7 +1681,7 @@ int map_quit(struct map_session_data *sd) {
unit_remove_map(&sd->pd->bl, 0);
}
}
-
+
//Do we really need to remove the name?
idb_remove(charid_db,sd->status.char_id);
idb_remove(id_db,sd->bl.id);
@@ -3917,8 +3917,8 @@ int do_init(int argc, char *argv[]) {
mapindex_init();
grfio_init(GRF_PATH_FILENAME);
- map_readallmaps();
-
+ map_readallmaps();
+
add_timer_func_list(map_freeblock_timer, "map_freeblock_timer");
add_timer_func_list(map_clearflooritem_timer, "map_clearflooritem_timer");
add_timer_func_list(map_removemobs_timer, "map_removemobs_timer");