summaryrefslogtreecommitdiff
path: root/conf/char_athena.conf
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-12 11:46:24 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-12 11:46:24 +0000
commit9d880966eee1a66368a736286f1f2377af4e46b0 (patch)
treee46dc2aac26620cec6d63fdbd227002a8702c8e0 /conf/char_athena.conf
parentb4e4b56f78fb49ab9c5683d30935a74bcb045132 (diff)
downloadhercules-9d880966eee1a66368a736286f1f2377af4e46b0.tar.gz
hercules-9d880966eee1a66368a736286f1f2377af4e46b0.tar.bz2
hercules-9d880966eee1a66368a736286f1f2377af4e46b0.tar.xz
hercules-9d880966eee1a66368a736286f1f2377af4e46b0.zip
Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14089 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/char_athena.conf')
-rw-r--r--conf/char_athena.conf13
1 files changed, 5 insertions, 8 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf
index ffe25c9a7..87516b3dc 100644
--- a/conf/char_athena.conf
+++ b/conf/char_athena.conf
@@ -160,14 +160,11 @@ char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ12345678
// 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 use it for any other type of client since it will crash them!
-char_rename: yes
-
-// Specifies the maximun number of times you can change
-// the char name, applied individually to each character.
-// It's necessary that "char_rename" be set to yes.
-// 0 = unlimited
-char_max_rename: 1
+// !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