summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-04 23:58:57 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-04 23:58:57 -0300
commite941630fd1ed8899f7c34edf72c10c4a9c23b5e0 (patch)
tree7327a2e856f4422ae31a9f4c3a71cf39d33d2b10
parent957ed807b1e6e2820717284acfcec9d35a3ee62a (diff)
downloadserverdata-jesusalva/hello.tar.gz
serverdata-jesusalva/hello.tar.bz2
serverdata-jesusalva/hello.tar.xz
serverdata-jesusalva/hello.zip
Allow underscores as well.jesusalva/hello
...I mean, why not o.o
-rw-r--r--conf/char/char-server.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf
index f50a70c4..292b0502 100644
--- a/conf/char/char-server.conf
+++ b/conf/char/char-server.conf
@@ -151,7 +151,7 @@ char_configuration: {
// 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.
- name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=)-"
+ name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=)-_"
// Block renaming if character is in a guild or a party? (BOOL)
// Athena: false Aegis: true