diff --git a/src/char/char.c b/src/char/char.c index 6f6ece4d25..e803df3ce6 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -4119,7 +4119,7 @@ int do_init(int argc, char **argv) { strcpy(char_ip_str, buf); if (ptr[0] == 192 && ptr[1] == 168) - ShowWarning("Firewall detected.. edit lan_support.conf and char_athena.conf\n"); + ShowWarning("Firewall detected.. edit subnet_athena.conf and char_athena.conf\n"); } login_ip = inet_addr(login_ip_str); diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 33a6c8f6aa..3308695241 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -4151,7 +4151,7 @@ int do_init(int argc, char **argv){ strcpy(char_ip_str, buf); if (ptr[0] == 192 && ptr[1] == 168) - ShowWarning("Firewall detected.. edit lan_support.conf and char_athena.conf\n"); + ShowWarning("Firewall detected.. edit subnet_athena.conf and char_athena.conf\n"); } login_ip = inet_addr(login_ip_str); diff --git a/src/map/map.c b/src/map/map.c index f6820de9f0..6e5bff823d 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3868,7 +3868,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 lan_support.conf and map_athena.conf\n\n"); + ShowError("\nFirewall detected.. \n edit subnet_athena.conf and map_athena.conf\n\n"); } if (SHOW_DEBUG_MSG)