diff options
| author | Spp <spp@jorge.gr> | 2013-03-08 14:05:51 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2013-03-08 14:05:51 +0100 |
| commit | 524a10d6286473afc3216b184738c81379479b74 (patch) | |
| tree | 9deb50c212f2e724f7566cb35c5a8f7e1d591829 | |
| parent | 987826bc0db002a7c2727738adb20c924718ab68 (diff) | |
Typo fix... ¬¬
| -rw-r--r-- | sql/updates/auth/2013_03_08_00_auth_misc.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/auth/2013_03_08_00_auth_misc.sql b/sql/updates/auth/2013_03_08_00_auth_misc.sql index 85d61beff3d..46e687b5da5 100644 --- a/sql/updates/auth/2013_03_08_00_auth_misc.sql +++ b/sql/updates/auth/2013_03_08_00_auth_misc.sql @@ -1,8 +1,8 @@ -- Delete 'Two side mail interaction', 'Allow say chat between factions' and 'Allow channel chat between factions' from Player group DELETE FROM `rbac_group_roles` WHERE `groupId` = 1 AND `roleId` IN (19, 28, 30); --- Delete 'Join channels withou announce' from Moderators group -DELETE FROM `rbac_group_roles` WHERE `groupId` = 2 AND `roleId` IN (31); +-- Delete 'Join channels without announce' from Moderators+ group +DELETE FROM `rbac_group_roles` WHERE `roleId` = 31; -- Add 'Allow two side charater accounts' DELETE FROM `rbac_group_roles` WHERE `roleId` = 34; |
