fixed wandering nullsec for C6

This commit is contained in:
Ugurtan
2016-11-20 17:49:46 +01:00
committed by GitHub
parent ef8534b9e6
commit 97ba4a90e6

View File

@@ -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;
});
});