mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Code for preference (just logic not operational)
Code for preference (just logic not operational)
This commit is contained in:
@@ -1604,6 +1604,15 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
|
||||
`vac_mode` int(2) DEFAULT '0',
|
||||
`vactwoweeks` varchar(255) DEFAULT '0',
|
||||
`is_bcrypt` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`v1` TINYINT(1) DEFAULT '1',
|
||||
`v2` TINYINT(1) DEFAULT '0',
|
||||
`v3` TINYINT(1) DEFAULT '0',
|
||||
`map` TINYINT(1) DEFAULT '0',
|
||||
`v4` TINYINT(1) DEFAULT '0',
|
||||
`v5` TINYINT(1) DEFAULT '0',
|
||||
`v6` TINYINT(1) DEFAULT '0',
|
||||
`timezone` INT DEFAULT '1',
|
||||
`tformat` INT DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `email` (`email`),
|
||||
UNIQUE KEY `username` (`username`),
|
||||
|
||||
Reference in New Issue
Block a user