[6ED] added set

This commit is contained in:
North 2012-07-29 18:11:42 +03:00
parent 6cdd4d2de3
commit 90559b8d69
5 changed files with 59 additions and 1 deletions

View file

@ -39,6 +39,7 @@ public class GathererSets implements Iterable<DownloadJob> {
symbolsReplacements.put("VIS", "VI");
symbolsReplacements.put("MIR", "MI");
symbolsReplacements.put("7ED", "7E");
symbolsReplacements.put("6ED", "6E");
}
public GathererSets(String path) {