diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-17 22:44:02 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-17 22:44:02 +0000 |
commit | 166ef404ad2a3adf5fea211599d1b7dd0f447d1c (patch) | |
tree | 627b00d700ab95f2dde46c527c3dee97812a7a0f /conf-tmpl | |
parent | f3b32fd4a0af5956f33af94de41bdc8526911144 (diff) | |
download | hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.tar.gz hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.tar.bz2 hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.tar.xz hercules-166ef404ad2a3adf5fea211599d1b7dd0f447d1c.zip |
A note about the case_insensitive config setting, read changelog for details
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10023 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/login_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index f4496c5d0..39d87ebc9 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -55,7 +55,7 @@ ladminallowip: all console: off // Are logins case sensitive? (SQL only) -case_sensitive: on +case_sensitive: yes // Gamemaster password, used with the @gm command to obtain GM commands (level of gm set with level_new_gm parameter). // NOTICE: You should also change this one. |