some fixes

* updated download links, as clients.halfaway.net isn't working anymore
* fixed some bugs while installing when field `email_next` or `hidden`
already exist
This commit is contained in:
slawkens1
2017-05-21 08:15:16 +02:00
parent 170eaec9b0
commit 75aa62a113
3 changed files with 17 additions and 13 deletions

View File

@@ -225,7 +225,7 @@ $config = array(
);
// download link to client.
$config['client_download'] = 'http://clients.halfaway.net/windows.php?tibia='. $config['client'] .'';
$config['client_download_linux'] = 'http://clients.halfaway.net/linux.php?tibia='. $config['client'] .'';
$config['client_download'] = 'http://tibia-clients.com/clients/download/'. $config['client'] .'/exe/windows';
$config['client_download_linux'] = 'http://tibia-clients.com/clients/download/'. $config['client'] .'/tar/linux';
?>