- Updated the subnet support to not require specifying the subnet mask, it is auto-acquired from the char/map IP and the subnet-mask.

- skill_wall_check defaults to yes now.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5976 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex
2006-04-10 14:26:52 +00:00
parent 5881a458b2
commit b6fa7be9e9
8 changed files with 47 additions and 35 deletions

View File

@@ -3761,7 +3761,7 @@ int char_lan_config_read(const char *lancfgName) {
subnet_count++;
}
ShowStatus("Information about %d subnetworks readen.\n", subnet_count);
ShowStatus("Read information about %d subnetworks.\n", subnet_count);
}
fclose(fp);