- Fixed a compilation problem with the pid plugin
- Some minor cleanups git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10322 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -4161,7 +4161,7 @@ int do_init(int argc, char **argv)
|
||||
|
||||
//Read map indexes
|
||||
mapindex_init();
|
||||
start_point.map = mapindex_name2id("new_zone01.gat");
|
||||
start_point.map = mapindex_name2id("new_zone01");
|
||||
|
||||
char_config_read((argc < 2) ? CHAR_CONF_NAME : argv[1]);
|
||||
char_lan_config_read((argc > 3) ? argv[3] : LAN_CONF_NAME);
|
||||
|
||||
Reference in New Issue
Block a user