From 20fadf45adddb27cf7e4db736614b67f7f8561f6 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 10 Apr 2006 14:26:52 +0000 Subject: - 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5976 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char_sql') diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 4a17a3679..9b2aef2c9 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -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); -- cgit v1.2.3-70-g09d2