From 97ba4a90e69e94820fee3577e3af085f70bbad9d Mon Sep 17 00:00:00 2001 From: Ugurtan Date: Sun, 20 Nov 2016 17:49:46 +0100 Subject: [PATCH] fixed wandering nullsec for C6 --- js/app/config/signature_type.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app/config/signature_type.js b/js/app/config/signature_type.js index 04547e23..97f2b056 100644 --- a/js/app/config/signature_type.js +++ b/js/app/config/signature_type.js @@ -320,7 +320,7 @@ define(['jquery'], function($) { 5: { // Wormhole 1: 'D792 - HS', 2: 'C391 - LS', - 3: 'Z142 - 0.0', + 3: 'C248 - 0.0', 4: 'F135 - Thera' }, 6: { // ORE @@ -418,4 +418,4 @@ define(['jquery'], function($) { }; return signatureTypes; -}); \ No newline at end of file +});