mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sql
* Add the update to the updates list
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,4 +2,4 @@ DELETE FROM `rbac_permissions` WHERE `id` = 835;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (835, 'Command: debug loadcells');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `id` = 192 AND `linkedId` = 835;
|
||||
INSERT INTO `rbac_linked_permissions` (`ìd`, `linkedId`) VALUES (192, 835);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 835);
|
||||
|
||||
Reference in New Issue
Block a user