Finally i have a bug that wasn't posted already if at all a bug and not a screw up on my side.

When i try to edit the GRANT permission for b_client_issue_client_query_command on group 6 (server admin) it does not allow me to do so (error: database no modifications).
I am a member of group 2 (Admin Server Query) and is level 100.
The only way to edit the permission is to go to the MySQL DB admin and edit the i_needed_modify_power_client_issue_client_query_co mmand manually to the desired GRANT permission.

I am running TS3.beta9 on a linux server connected to a mySQL db.
I am running this server since beta1, maybe i have made a screw up in the permissions.
Below is a export of the mysql data with the permission setting.

Code:
INSERT INTO `perm_server_group` (`server_id`, `id1`, `id2`, `perm_id`, `perm_value`, `perm_negated`, `perm_skip`) VALUES
(0, 2, 0, 'b_client_issue_client_query_command', 1, 0, 0),
(0, 2, 0, 'i_needed_modify_power_client_issue_client_query_command', 100, 0, 0),
(0, 3, 0, 'b_client_issue_client_query_command', 1, 0, 0),
(0, 3, 0, 'i_needed_modify_power_client_issue_client_query_command', 100, 0, 0),
(0, 6, 0, 'b_client_issue_client_query_command', 1, 0, 0),
(0, 6, 0, 'i_needed_modify_power_client_issue_client_query_command', 100, 0, 0);
Thanks in advance,
Rick