diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-01-04 12:31:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-01-04 12:31:58 -0300 |
commit | 603ab8e18917bb24aa536f680724996e0957732d (patch) | |
tree | b48c1e01e1c8eebde8fe6d86f149da36cf46bd56 | |
parent | 8fc2014f3aaed109211b85f5be08395c950d2636 (diff) | |
download | serverdata-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.conf | 2 |
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 |