SQL: Fix auth db db structure

This commit is contained in:
jackpoz
2021-01-03 23:03:27 +01:00
parent 8d450f3f07
commit b13d431ba2

View File

@@ -1785,7 +1785,7 @@ INSERT INTO `rbac_permissions` VALUES
(877,'Command: lookup quest id'),
(878,'Command: debug questreset'),
(879,'Command: debug poolstatus'),
(880,'Command: pdump copy');
(880,'Command: pdump copy'),
(881,'Command: reload vehicle_template');
/*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */;
UNLOCK TABLES;