mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 00:54:31 +00:00
big update (fix sitters, peace system, fix some problems of hero...)
This commit is contained in:
@@ -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