mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-02 04:09:21 +02:00
Update config.php
This commit is contained in:
parent
d169ca696d
commit
71c692853a
@ -190,12 +190,13 @@
|
|||||||
|
|
||||||
// What client version and server port are you using on this OT?
|
// What client version and server port are you using on this OT?
|
||||||
// Used for the Downloads page.
|
// Used for the Downloads page.
|
||||||
$config['client'] = 960; // 954 = tibia 9.54
|
$config['client'] = 1037; // 954 = tibia 9.54
|
||||||
|
|
||||||
// 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://remeresmapeditor.com/rmedl.php?file=tibia'. $config['client'] .'.exe';
|
$config['client_download'] = 'http://clients.tibiaking.com/client/windows/'. $config['client'] .'';
|
||||||
|
$config['client_download_linux'] = 'http://clients.tibiaking.com/client/linux/'. $config['client'] .'';
|
||||||
|
|
||||||
$config['port'] = 7171; // Port number to connect to your OT.
|
$config['port'] = 7171; // Port number to connect to your OT.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user