Delay to character deletion has been added.

When user requests character delete, he will have to wait delay from
config. During this time when user logs in on his account, on website,
player will see information that character is awaiting delete. User can
cancel this operation.
This commit is contained in:
Kuzirashi
2014-04-19 01:43:49 +02:00
parent fb86861447
commit a5bf484fdb
4 changed files with 70 additions and 2 deletions

View File

@@ -161,6 +161,8 @@
'status_port' => "7171",
);
$config['delete_character_interval'] = '3 DAY'; // Delay after user character delete request is executed eg. 1 DAY, 2 HOUR, 3 MONTH etc.
$config['validate_IP'] = true; // Only allow legal IP addresses to register and create character.
$config['salt'] = false; // Some noob 0.3.6 servers don't support salt.