mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 14:46:09 +00:00
big update (fix sitters, peace system, fix some problems of hero...)
This commit is contained in:
@@ -114,7 +114,8 @@ define("TS_THRESHOLD",%TS_THRESHOLD%);
|
||||
// ***** Register open/close
|
||||
define("REG_OPEN",%REG_OPEN%);
|
||||
|
||||
|
||||
// ***** Peace system
|
||||
define("PEACE",%PEACE%);
|
||||
|
||||
//////////////////////////////////
|
||||
// **** LOG SETTINGS **** //
|
||||
|
||||
@@ -1027,7 +1027,9 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%odata` (
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `%PREFIX%online` (
|
||||
`name` varchar(32) NOT NULL,
|
||||
`uid` int(10) unsigned NOT NULL,
|
||||
`time` varchar(32) NOT NULL,
|
||||
`sit` tinyint(1) unsigned NOT NULL,
|
||||
UNIQUE KEY `name` (`name`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user