summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-21 11:50:27 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-21 11:50:27 +0000
commit07c08c87cf446331b0a402c9ace0dca8fcd00d91 (patch)
tree139fbc82462aff8c7ef2d993053df265c2690aa9 /src
parent163a6fdbb3b579497c3572d3ccd052d16754f63f (diff)
downloadhercules-07c08c87cf446331b0a402c9ace0dca8fcd00d91.tar.gz
hercules-07c08c87cf446331b0a402c9ace0dca8fcd00d91.tar.bz2
hercules-07c08c87cf446331b0a402c9ace0dca8fcd00d91.tar.xz
hercules-07c08c87cf446331b0a402c9ace0dca8fcd00d91.zip
warning msg typos fix
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5692 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/char/char.c2
-rw-r--r--src/char_sql/char.c2
-rw-r--r--src/map/map.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 6f6ece4d2..e803df3ce 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 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);
diff --git a/src/map/map.c b/src/map/map.c
index f6820de9f..6e5bff823 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)