Merge pull request #387 from Tupsi/patch-1

fixed wandering nullsec for C6
This commit is contained in:
Mark Friedrich
2016-11-20 17:54:55 +01:00
committed by GitHub

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