diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-01-09 18:09:24 +0100 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2018-01-09 18:09:24 +0100 |
| commit | f45c211987794ff7e4192e0d3d4ca6bf67335fb5 (patch) | |
| tree | b9bc15e45e349ca157f7d5401bbb2dab2b3a8d85 /sql/base | |
| parent | 274dede3dc89fa72ec1687d5ff454feba9849e47 (diff) | |
Scripts/Commands: New command: .debug threatinfo
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 7273a4c0147..69e11cb61a7 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -817,6 +817,7 @@ INSERT INTO `rbac_linked_permissions` VALUES (196,843), (196,866), (196,867), +(196,870), (197,232), (197,236), (197,237), @@ -1707,7 +1708,8 @@ INSERT INTO `rbac_permissions` VALUES (864,'Command: group set mainassist'), (865,'Command: npc showloot'), (866,'Command: list spawnpoints'), -(867,'Command: reload quest_greeting_locale'); +(867,'Command: reload quest_greeting_locale'), +(870,'Command: debug threatinfo'); /*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */; UNLOCK TABLES; |
