From 603ab8e18917bb24aa536f680724996e0957732d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Jan 2023 12:31:58 -0300 Subject: We don't use unsanitized PHP... Allow dots in names. --- conf/char/char-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50