diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-08-11 18:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 18:04:36 +0200 |
| commit | 6116e5b38522ccfb00f6c941c75482e05b4c0799 (patch) | |
| tree | dc729202e449d9a1c0e3b9c0516e1a274c8c1244 /sql/base/auth_database.sql | |
| parent | cce1ccdd5cb59070a48562504a0d4d476fd9aad2 (diff) | |
Core/Warden: Warden refactors (PR #25235)
Diffstat (limited to 'sql/base/auth_database.sql')
| -rw-r--r-- | sql/base/auth_database.sql | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index ffbc5ede914..2d790eac527 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -842,7 +842,6 @@ INSERT INTO `rbac_linked_permissions` VALUES (196,702), (196,703), (196,704), -(196,705), (196,706), (196,707), (196,708), @@ -1665,7 +1664,6 @@ INSERT INTO `rbac_permissions` VALUES (702,'Command: reload spell_threats'), (703,'Command: reload spell_group_stack_rules'), (704,'Command: reload trinity_string'), -(705,'Command: reload warden_action'), (706,'Command: reload waypoint_scripts'), (707,'Command: reload waypoint_data'), (708,'Command: reload vehicle_accessory'), @@ -1972,7 +1970,8 @@ INSERT INTO `updates` VALUES ('2020_07_15_00_auth.sql','56748440894EA78C3BE72C4A3F2E97E256E6EE40','RELEASED','2020-07-15 00:00:00',0), ('2020_08_02_00_auth.sql','B0290F6558C59262D9DDD8071060A8803DD56930','RELEASED','2020-08-02 00:00:00',0), ('2020_08_03_00_auth.sql','492CA77C0FAEEEF3E0492121B3A92689373ECFA3','RELEASED','2020-08-03 00:00:00',0), -('2020_08_03_01_auth.sql','EC1063396CA20A2303D83238470D41EF4439EC72','RELEASED','2020-08-03 00:00:01',0); +('2020_08_03_01_auth.sql','EC1063396CA20A2303D83238470D41EF4439EC72','RELEASED','2020-08-03 00:00:01',0), +('2020_08_11_00_auth.sql','14C99177E43003D83A4D6F2227722F15FC15A1D0','RELEASED','2020-08-11 00:00:00',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |
