Merge pull request #192 from HalfAway/master

Updated client download server
This commit is contained in:
Stefan A. Brannfjell 2015-03-08 16:01:45 +01:00
commit f67f628f7d

View File

@ -462,8 +462,8 @@
// Download link to client. Recommended: // Download link to client. Recommended:
// Select download link from remere map editor website! // Select download link from remere map editor website!
// See list of clients: http://remeresmapeditor.com/marklar.php?clients // See list of clients: http://remeresmapeditor.com/marklar.php?clients
$config['client_download'] = 'http://clients.tibiaking.com/download/windows/'. $config['client'] .''; $config['client_download'] = 'http://clients.halfaway.net/windows.php?tibia='. $config['client'] .'';
$config['client_download_linux'] = 'http://clients.tibiaking.com/download/linux/'. $config['client'] .''; $config['client_download_linux'] = 'http://clients.halfaway.net/linux.php?tibia='. $config['client'] .'';
$config['port'] = 7171; // Port number to connect to your OT. $config['port'] = 7171; // Port number to connect to your OT.