summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.c')
-rw-r--r--src/char_sql/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c
index 33a6c8f6a..330869524 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);