mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 21:01:00 +00:00
Add gpack and some fix
Add gpack and some fix
This commit is contained in:
@@ -147,9 +147,9 @@ define("WORLD_MAX", "%MAX%");
|
||||
// ***** Graphic Pack
|
||||
// true = enabled, false = disabled
|
||||
//!!!!!!!!!!!! DO NOT ENABLE !!!!!!!!!!!!
|
||||
define("GP_ENABLE",false);
|
||||
define("GP_ENABLE",%GP%);
|
||||
// Graphic pack location (default: gpack/travian_default/)
|
||||
define("GP_LOCATE", "gpack/travian_default/");
|
||||
define("GP_LOCATE", "%GP_LOCATE%");
|
||||
|
||||
// ***** Troop Speed
|
||||
// Values: 1 (normal), 3 (3x speed) etc...
|
||||
@@ -481,4 +481,4 @@ $requse = 0;
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user