mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Core/RBAC: Add .reload rbac command and prevent possible crash if rbac_permissions has wrong data
This commit is contained in:
3
sql/updates/world/2013_02_27_00_world_command.sql
Normal file
3
sql/updates/world/2013_02_27_00_world_command.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `command` WHERE `name` = 'reload rbac';
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('reload rbac',3,'Syntax: .reload rbac\nReload rbac system.');
|
||||
Reference in New Issue
Block a user