Fix sitter

Fix sitter
This commit is contained in:
novgorodschi catalin
2026-08-12 08:11:04 +03:00
parent e7c9c61ef8
commit 7c6425578e
10 changed files with 296 additions and 34 deletions
+2 -2
View File
@@ -1995,9 +1995,9 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`b3` int(11) DEFAULT '0',
`b4` int(11) DEFAULT '0',
`sit1` int(11) DEFAULT '0',
`sit1_perm` int(11) NOT NULL DEFAULT '31',
`sit1_perm` int(11) NOT NULL DEFAULT '31',
`sit2` int(11) DEFAULT '0',
`sit2_perm` int(11) NOT NULL DEFAULT '31',
`sit2_perm` int(11) NOT NULL DEFAULT '31',
`alliance` int(11) DEFAULT '0',
`alliance_joined` int(11) NOT NULL DEFAULT '0',
`sessid` varchar(100) DEFAULT NULL,