aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-08-30 20:17:27 +0200
committerTreeston <treeston.mmoc@gmail.com>2018-08-30 20:17:51 +0200
commit6a0870a9993f5a1016439644d4a9ab3fd89277e5 (patch)
tree2407c5578dfc196c0144be189b88e8998133a8c9 /sql/base
parentc78f454c0ee74000ab7f77463e8b44ff7480fdec (diff)
Scripts/Commands: New command ".go instance". Goes to an instance.
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/auth_database.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 22c3ae3ef74..53d407aa651 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -965,6 +965,7 @@ INSERT INTO `rbac_linked_permissions` VALUES
(198,760),
(198,852),
(198,855),
+(198,874),
(199,217),
(199,221),
(199,222),
@@ -1664,7 +1665,8 @@ INSERT INTO `rbac_permissions` VALUES
(870,'Command: debug threatinfo'),
(871,'Command: debug instancespawn'),
(872,'Command: server debug'),
-(873,'Command: reload creature_movement_override');
+(873,'Command: reload creature_movement_override'),
+(874,'Command: go instance');
/*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */;
UNLOCK TABLES;