mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Update config.php
This commit is contained in:
parent
e62e35f5c3
commit
4df1d0c0cc
@ -113,6 +113,15 @@
|
|||||||
array(12035,2,"The Ice Islands Quest",0),
|
array(12035,2,"The Ice Islands Quest",0),
|
||||||
array(12036,6,"The Ice Islands Quest",1),
|
array(12036,6,"The Ice Islands Quest",1),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// TFS 1.0 powergamers
|
||||||
|
//Before enabling powergamers, make sure that you have added LUA files and SQL querys to your server.
|
||||||
|
//can be found at "lua>TFS 1.0" folder.
|
||||||
|
$config['powergamers_enabled'] = true; //True = working, false = page disabled
|
||||||
|
$config['powergamers'] = array(
|
||||||
|
'limit' => 20, //Number of players visible on the page
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
// Vocation ids and names.
|
// Vocation ids and names.
|
||||||
$config['vocations'] = array(
|
$config['vocations'] = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user