Fixed set icon load of conflux.

This commit is contained in:
LevelX2 2013-01-08 22:32:05 +01:00
parent 8dab110060
commit 8b4b1691a4
2 changed files with 4 additions and 9 deletions

View file

@ -34,7 +34,7 @@ public class GathererSets implements Iterable<DownloadJob> {
private static final String[] withMythics = {"M10", "M11", "M12", "M13",
"DDF",
"ALA", "CFX", "ARB",
"ALA", "CON", "ARB",
"ZEN", "WWK", "ROE",
"SOM", "MBS", "NPH",
"ISD", "DKA", "AVR",
@ -42,7 +42,6 @@ public class GathererSets implements Iterable<DownloadJob> {
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
static {
symbolsReplacements.put("CFX", "CON");
symbolsReplacements.put("ARN", "AN");
symbolsReplacements.put("ATQ", "AQ");
symbolsReplacements.put("LEG", "LE");