summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-26 01:42:10 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-26 01:42:10 +0000
commit0f59bb06f026537c6527b7b9e18528f15e49be3b (patch)
tree857f132a3432cb97ae791449e3b4251fb9d90cf5 /src/char/char.c
parentc270812e8cf450eb53c03bd018e943cf04abbf11 (diff)
downloadhercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.tar.gz
hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.tar.bz2
hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.tar.xz
hercules-0f59bb06f026537c6527b7b9e18528f15e49be3b.zip
Added the merges proposed in evilpuncker's list of suggestions: http://rathena.org/board/topic/63001-my-rathena-suggestions/page__st__20#entry124218
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16500 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c
index e9cb95c94..f042c2d81 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -4560,7 +4560,7 @@ int do_init(int argc, char **argv)
sql_config_read(SQL_CONF_NAME);
if (strcmp(userid, "s1")==0 && strcmp(passwd, "p1")==0) {
- ShowError("Using the default user/password s1/p1 is NOT RECOMMENDED.\n");
+ ShowWarning("Using the default user/password s1/p1 is NOT RECOMMENDED.\n");
ShowNotice("Please edit your 'login' table to create a proper inter-server user/password (gender 'S')\n");
ShowNotice("And then change the user/password to use in conf/char_athena.conf (or conf/import/char_conf.txt)\n");
}