summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-10 14:26:52 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-10 14:26:52 +0000
commit20fadf45adddb27cf7e4db736614b67f7f8561f6 (patch)
treea56895a381928b64eae04dad23d65aa657fa12a7 /src/map/map.c
parent586060188338f7a09c700961520b7e35007f9b28 (diff)
downloadhercules-20fadf45adddb27cf7e4db736614b67f7f8561f6.tar.gz
hercules-20fadf45adddb27cf7e4db736614b67f7f8561f6.tar.bz2
hercules-20fadf45adddb27cf7e4db736614b67f7f8561f6.tar.xz
hercules-20fadf45adddb27cf7e4db736614b67f7f8561f6.zip
- 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
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index a6702c3cc..156ae7b1c 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3840,7 +3840,7 @@ int do_init(int argc, char *argv[]) {
if (char_ip_set_ == 0)
chrif_setip(buf);
if (ptr[0] == 192 && ptr[1] == 168)
- ShowError("\nFirewall detected.. \n edit subnet_athena.conf and map_athena.conf\n\n");
+ ShowNotice("\nFirewall detected.. \n edit subnet_athena.conf and map_athena.conf\n\n");
}
if (SHOW_DEBUG_MSG)