diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-18 11:29:30 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-18 11:29:30 +0000 |
commit | 64ffd93566bb6dc40dbc338aac969adfc1615ed7 (patch) | |
tree | d1162e2272714f88bcf974ba2c3c75b53da92571 /conf | |
parent | 76a15224480ae093a7bf1ff456acbbde45a8c153 (diff) | |
download | hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.tar.gz hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.tar.bz2 hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.tar.xz hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.zip |
Removed the char_rename setting in favor of a PACKETVER define.
Inverted the way renames are counted: '0' now means 'no renames left' (the default).
Please make sure your database matches this new behavior before starting the server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14093 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/char_athena.conf | 10 |
2 files changed, 2 insertions, 10 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 2843100d2..cfffd303e 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2009/10/18 + * Removed char_rename config setting, now hardcoded [ultramage] 2009/10/15 * Rev. 14092 Added several 13.x and 12.1 map mapflags, might have missed some. [L0ne_w0lf] 2009/08/18 diff --git a/conf/char_athena.conf b/conf/char_athena.conf index 87516b3dc..d92f2a47a 100644 --- a/conf/char_athena.conf +++ b/conf/char_athena.conf @@ -156,16 +156,6 @@ char_name_option: 1 // Note: Don't add spaces unless you mean to add 'space' to the list. char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 -// Character rename option. -// When set to yes, the server will send an extended char-info packet, -// informing whether the character can be renamed or not. -// NOTE: This option is for compatibility with kRO sakray 2006-10-23 and newer. -// !Do not disable it for these clients since it will crash them! -// !Do not use it for any other type of client since it will crash them too! -// !If you really wanna disable it for newer clients, change the default value to the setting value in `rename` column of `char` table! -// 0: off, 1+: the maximun number of times you can change each character's name -char_rename: 1 - // How many Characters are allowed per Account ? (0 = disabled) [SQL Only!] chars_per_account: 0 |