create_character_name_min_length => 3

This commit is contained in:
slawkens 2024-05-30 09:02:19 +02:00
parent 50336a810b
commit c93bf5a984

View File

@ -735,7 +735,7 @@ Sent by MyAAC,<br/>
'name' => 'Name Min Length', 'name' => 'Name Min Length',
'type' => 'number', 'type' => 'number',
'desc' => '', 'desc' => '',
'default' => 4, 'default' => 3,
], ],
'create_character_name_max_length' => [ 'create_character_name_max_length' => [
'name' => 'Name Max Length', 'name' => 'Name Max Length',