aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-09-17 11:18:06 +0200
committerTreeston <treeston.mmoc@gmail.com>2018-09-17 11:18:06 +0200
commit97ade1321b6d18393202a1448f2b042fc1ff0546 (patch)
tree1d44d7394c45c2166ef13fbc8be7b1607d6175ba /sql/base
parentbf6082a8354910beef00551b1c17bcdfe9492ab1 (diff)
Scripts/Commands: Add .debug dummy. It does nothing, which means you can make it do anything.
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/auth_database.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index d80a92df267..b5cf5117002 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -763,6 +763,7 @@ INSERT INTO `rbac_linked_permissions` VALUES
(196,840),
(196,841),
(196,843),
+(196,852),
(196,866),
(196,867),
(196,870),
@@ -1628,6 +1629,7 @@ INSERT INTO `rbac_permissions` VALUES
(840,'Command: server restart force'),
(841,'Command: debug neargraveyard'),
(843,'Command: reload quest_greeting'),
+(852,'Command: debug dummy'),
(855,'Command: debug play music'),
(856,'Command: npc spawngroup'),
(857,'Command: npc despawngroup'),
@@ -1770,7 +1772,8 @@ INSERT INTO `updates` VALUES
('2018_03_08_00_auth.sql','624C58A07E0B4DDC4C1347E8BA8EFEEFD5B43DA7','ARCHIVED','2018-03-08 00:00:00',0),
('2018_06_23_00_auth.sql','BE35312C386A127D047E5A7CE0D14DB41D905F8E','ARCHIVED','2018-06-23 00:00:00',0),
('2018_08_30_00_auth.sql','22F69864361D3E72F800379338310172C0576D1C','ARCHIVED','2018-08-30 00:00:00',0),
-('2018_09_06_00_auth.sql','309D21E0DF82ED8921F77EAFDE741F38AC32BB13','ARCHIVED','2018-09-06 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','ARCHIVED','2018-09-17 00:00:00',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;