From 6c96aa6fa6f9d3e776a6cd461f4b3759563253cb Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Fri, 15 Jul 2016 22:00:43 +0200 Subject: [PATCH] - fixed missing statics for constellation "21000062" , closed #232 --- export/sql/pathfinder.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/export/sql/pathfinder.sql b/export/sql/pathfinder.sql index 02214e45..907fe851 100644 --- a/export/sql/pathfinder.sql +++ b/export/sql/pathfinder.sql @@ -490,7 +490,8 @@ INSERT INTO `system_wormhole` (`id`, `created`, `updated`, `constellationId`, `w (457, '2015-12-26 16:19:18', '2015-12-26 16:19:18', 21000329, 20), (458, '2016-07-15 18:45:01', '2016-07-15 18:45:01', 21000324, 81), (459, '2016-07-15 18:45:01', '2016-07-15 18:45:01', 21000324, 82), - (460, '2016-07-15 18:45:09', '2016-07-15 18:45:09', 21000324, 83); + (460, '2016-07-15 18:45:09', '2016-07-15 18:45:09', 21000324, 83), + (461, '2016-07-15 19:55:26', '2016-07-15 19:55:26', 21000062, 75); -- -- Truncate table before insert `wormhole`