Move create character blocked names down

This commit is contained in:
slawkens 2023-08-04 15:47:14 +02:00
parent 6890d531e5
commit 18bb23d969

View File

@ -634,24 +634,6 @@ Sent by MyAAC,<br/>
'type' => 'section',
'title' => 'Create Character',
],
'create_character_name_monsters_check' => [
'name' => 'Block Monsters Names',
'type' => 'boolean',
'desc' => 'Should monsters names be blocked when creating character?',
'default' => true,
],
'create_character_name_npc_check' => [
'name' => 'Block NPC Names',
'type' => 'boolean',
'desc' => 'Should NPC names be blocked when creating character?',
'default' => true,
],
'create_character_name_spells_check' => [
'name' => 'Block Spells Names',
'type' => 'boolean',
'desc' => 'Should spells names and words be blocked when creating character?',
'default' => true,
],
'create_character_name_min_length' => [
'name' => 'Name Min Length',
'type' => 'number',
@ -697,6 +679,24 @@ Sent by MyAAC,<br/>
},
],
],
'create_character_name_monsters_check' => [
'name' => 'Block Monsters Names',
'type' => 'boolean',
'desc' => 'Should monsters names be blocked when creating character?',
'default' => true,
],
'create_character_name_npc_check' => [
'name' => 'Block NPC Names',
'type' => 'boolean',
'desc' => 'Should NPC names be blocked when creating character?',
'default' => true,
],
'create_character_name_spells_check' => [
'name' => 'Block Spells Names',
'type' => 'boolean',
'desc' => 'Should spells names and words be blocked when creating character?',
'default' => true,
],
'account_mail_confirmed_reward' => [
'type' => 'section',
'title' => 'Reward Users for confirming their E-Mails. Works only with Account Mail Verify enabled',