mirror of
https://github.com/Gurkengewuerz/nitro-docker.git
synced 2024-11-22 16:10:52 +01:00
fix: use id 1-7 for ranks to support cms
This commit is contained in:
parent
2a7eb35a74
commit
38463cbf08
@ -227,9 +227,9 @@ UPDATE website_settings SET `value` = 'arcturus' WHERE `key` = 'rcon_ip';
|
||||
UPDATE website_settings SET `value` = '3001' WHERE `key` = 'rcon_port';
|
||||
|
||||
-- check values - these values are for the perms_groups.sql
|
||||
UPDATE website_settings SET `value` = '11' WHERE `key` = 'min_staff_rank';
|
||||
UPDATE website_settings SET `value` = '12' WHERE `key` = 'min_maintenance_login_rank';
|
||||
UPDATE website_settings SET `value` = '13' WHERE `key` = 'min_housekeeping_rank';
|
||||
UPDATE website_settings SET `value` = '4' WHERE `key` = 'min_staff_rank';
|
||||
UPDATE website_settings SET `value` = '5' WHERE `key` = 'min_maintenance_login_rank';
|
||||
UPDATE website_settings SET `value` = '6' WHERE `key` = 'min_housekeeping_rank';
|
||||
```
|
||||
|
||||
**ℹ Notice**: badgeparts generator must be set up in arcturus and all files must be synced with the badge_parts.nitro
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user