Updated clients download link (#397)

This commit is contained in:
Evil Puncker 2020-05-13 12:06:14 -03:00 committed by GitHub
parent 5316852875
commit 6eb50966fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -628,8 +628,8 @@
$config['client'] = 1098; // 954 = client 9.54 $config['client'] = 1098; // 954 = client 9.54
// Download link to client. // Download link to client.
$config['client_download'] = 'http://clients.halfaway.net/windows.php?tibia='. $config['client'] .''; $config['client_download'] = 'http://tibiaclient.otslist.eu/download/tibia'. $config['client'] .'.exe';
$config['client_download_linux'] = 'http://clients.halfaway.net/linux.php?tibia='. $config['client'] .''; $config['client_download_linux'] = 'http://tibiaclient.otslist.eu/download/tibia'. $config['client'] .'.tgz';
$config['port'] = 7171; // Port number to connect to your OT. $config['port'] = 7171; // Port number to connect to your OT.