summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-01-04 12:31:58 -0300
committerJesusaves <cpntb1@ymail.com>2023-01-04 12:31:58 -0300
commit603ab8e18917bb24aa536f680724996e0957732d (patch)
treeb48c1e01e1c8eebde8fe6d86f149da36cf46bd56
parent8fc2014f3aaed109211b85f5be08395c950d2636 (diff)
downloadserverdata-603ab8e18917bb24aa536f680724996e0957732d.tar.gz
serverdata-603ab8e18917bb24aa536f680724996e0957732d.tar.bz2
serverdata-603ab8e18917bb24aa536f680724996e0957732d.tar.xz
serverdata-603ab8e18917bb24aa536f680724996e0957732d.zip
We don't use unsanitized PHP... Allow dots in names.
-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 a812c922b..2b9286794 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