mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Missing rbac permissions (#24253)
* Added missing RBAC permissions to auth database
* Rename 9999_99_99_99_auth.sql to 2020_04_07_00_auth.sql
* Update 2020_04_07_00_auth.sql
* Update auth_database.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit d962624d61)
This commit is contained in:
4
sql/updates/auth/master/2020_04_07_00_auth.sql
Normal file
4
sql/updates/auth/master/2020_04_07_00_auth.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(278, 'Command: character deleted delete'),
|
||||
(281, 'Command: character deleted old');
|
||||
Reference in New Issue
Block a user