Add sitter permission

Add sitter permission
This commit is contained in:
novgorodschi catalin
2026-08-11 12:20:59 +03:00
parent adb29798e1
commit e7c9c61ef8
21 changed files with 616 additions and 32 deletions
+2
View File
@@ -1995,7 +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',
`sit2` int(11) DEFAULT '0',
`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,