mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Waypoints: Drop waypoint_scripts table (#29437)
This commit is contained in:
@@ -1318,7 +1318,6 @@ INSERT INTO `rbac_linked_permissions` VALUES
|
||||
(196,702),
|
||||
(196,703),
|
||||
(196,704),
|
||||
(196,706),
|
||||
(196,707),
|
||||
(196,708),
|
||||
(196,709),
|
||||
@@ -2156,7 +2155,6 @@ INSERT INTO `rbac_permissions` VALUES
|
||||
(702,'Command: reload spell_threats'),
|
||||
(703,'Command: reload spell_group_stack_rules'),
|
||||
(704,'Command: reload trinity_string'),
|
||||
(706,'Command: reload waypoint_scripts'),
|
||||
(707,'Command: reload waypoint_data'),
|
||||
(708,'Command: reload vehicle_accessory'),
|
||||
(709,'Command: reload vehicle_template_accessory'),
|
||||
@@ -2762,7 +2760,8 @@ INSERT INTO `updates` VALUES
|
||||
('2023_11_15_00_auth.sql','85CE6DCBE9391F0FB3819C7579067E2775D7C20E','ARCHIVED','2023-11-15 00:48:07',0),
|
||||
('2023_11_15_01_auth.sql','622218EB74372055943D7B62AD30B52F959CC94B','ARCHIVED','2023-11-15 00:53:47',0),
|
||||
('2023_11_16_00_auth.sql','2EF3FE83B74EFC10B8536E2EB6AFAE7074FC59BD','RELEASED','2023-11-16 23:19:09',0),
|
||||
('2023_11_21_00_auth.sql','146E5E6EF94C5DB78343372A8FDB32B062B80040','RELEASED','2023-11-21 11:24:11',0);
|
||||
('2023_11_21_00_auth.sql','146E5E6EF94C5DB78343372A8FDB32B062B80040','RELEASED','2023-11-21 11:24:11',0),
|
||||
('2023_11_24_00_auth.sql','AC1B5136CC97264A21933BD1074D02E88D819488','RELEASED','2023-11-24 19:37:38',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user