diff options
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/auth_database.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 2bc5bca0264..2ecc6483a26 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -512,7 +512,7 @@ INSERT INTO `rbac_role_permissions` VALUES (23, 21), (24, 22), (17, 23), -(34, 24); +(34, 24), (28, 25), (30, 26), (19, 27), @@ -593,7 +593,7 @@ INSERT INTO `rbac_roles` VALUES (31, 'Join channels without announce'), (32, 'Change channel settings without being channel moderator'), (33, 'Skip character creation checks'), -(34, 'Two side faction characters on the same account') +(34, 'Two side faction characters on the same account'), (35, 'See two side who list'), (36, 'Add friends of other faction'), (37, 'See all security levels with who command'), |