Typo fix... ¬¬

This commit is contained in:
Spp
2013-03-08 14:05:51 +01:00
parent 987826bc0d
commit 524a10d628

View File

@@ -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;