mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Show equipable items in server based in items.xml (#286)
* items.php * Update items.php * Another tabs update
This commit is contained in:

committed by
Stefan A. Brannfjell

parent
5453bb96d1
commit
add2738e76
@@ -4,6 +4,10 @@
|
||||
define('ZNOTE_OS', ($isWindows) ? 'WINDOWS' : 'LINUX');
|
||||
}
|
||||
|
||||
// If you want to use items.php (not 100% yet, I guess)
|
||||
// Tested with TFS items.xml master (1.3)
|
||||
$config['items'] = false;
|
||||
|
||||
// Available options: TFS_02, TFS_03
|
||||
// TFS 0.2 = TFS_02
|
||||
// TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
|
||||
|
Reference in New Issue
Block a user