diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-09-17 11:18:06 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-08 23:18:32 +0100 |
| commit | 5ed891a0f0c65cf4c844ccb209952352f4241193 (patch) | |
| tree | 481f4ef950d4d71ba3fdeff78f919ed0e74203a8 /sql/base | |
| parent | 4c2313a44b0c77828d1d1ce66ac9679f446b5277 (diff) | |
Scripts/Commands: Add .debug dummy. It does nothing, which means you can make it do anything.
(cherry picked from commit 97ade1321b6d18393202a1448f2b042fc1ff0546)
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index c4c22bae30e..8d87236052f 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -1230,6 +1230,7 @@ INSERT INTO `rbac_linked_permissions` VALUES (196,840), (196,842), (196,843), +(196,852), (196,866), (196,869), (196,870), @@ -2127,6 +2128,7 @@ INSERT INTO `rbac_permissions` VALUES (849,'Command: list scenes'), (850,'Command: reload scenes'), (851,'Command: reload areatrigger_templates'), +(852,'Command: debug dummy'), (853,'Command: .reload conversation_template'), (854,'Command: .debug conversation'), (855,'Command: debug play music'), @@ -2372,6 +2374,7 @@ INSERT INTO `updates` VALUES ('2018_06_29_00_auth.sql','03AAEA7E52848FA5522C3F0C6D9C38B988407480','ARCHIVED','2018-06-29 22:34:04',0), ('2018_08_30_00_auth.sql','22F69864361D3E72F800379338310172C0576D1C','RELEASED','2018-08-30 00:00:00',0), ('2018_09_06_00_auth.sql','309D21E0DF82ED8921F77EAFDE741F38AC32BB13','ARCHIVED','2018-09-06 00:00:00',0), +('2018_09_17_00_auth.sql','4DB671F0A4FA1A93AF28FB6426AF13DE72C7DA3D','RELEASED','2018-09-17 00:00:00',0), ('2018_12_09_00_auth_2017_01_06_00_auth.sql','6CCFE6A9774EC733C9863D36A0F15F3534189BBD','ARCHIVED','2017-01-06 00:00:00',0), ('2018_12_09_01_auth.sql','576C2A11BE671D8420FA3EB705E594E381ECCC56','ARCHIVED','2018-12-09 14:49:17',0), ('2019_06_08_00_auth.sql','EA5A78F5A26C17BC790481EA9B3772D3A6912459','ARCHIVED','2019-05-20 17:21:20',0), |
