diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-31 01:11:16 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-31 01:11:16 +0000 |
commit | 6b56a6e25021d63f3af570593e40f6fca767c162 (patch) | |
tree | aba4e1f3e094dea949b9815a3393a7c114b8ec9d /conf-tmpl | |
parent | 994cf9b5501a4ac46d608147d349e3f91120a350 (diff) | |
download | hercules-6b56a6e25021d63f3af570593e40f6fca767c162.tar.gz hercules-6b56a6e25021d63f3af570593e40f6fca767c162.tar.bz2 hercules-6b56a6e25021d63f3af570593e40f6fca767c162.tar.xz hercules-6b56a6e25021d63f3af570593e40f6fca767c162.zip |
5 kafra passes, fixed refiner's @fullprice, char_name_option
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5820 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 1771ab3b3..e47855752 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -153,11 +153,11 @@ name_ignoring_case: 0 // 0: no restriction (default)
// 1: only letters/symbols in 'char_name_letters' option.
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
-char_name_option: 2
+char_name_option: 1
// Set the letters/symbols that you want use with the 'char_name_option' option.
// Note: Don't add spaces unless you mean to add 'space' to the list.
-char_name_letters: <>+(){}[]/\|,@ #$%^&*`~"':;+¡¢¤¦§¨ª¬-
+char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
// Filename of the file which receives the online players list in text
online_txt_filename: online.txt
|