Fix Type Wars stat icon

This commit is contained in:
Shaun Bennett 2015-12-21 13:20:04 -05:00
parent 893fea49ab
commit 2ccd7a5de0

View File

@ -157,7 +157,7 @@ public enum AchievementCategory
TYPE_WARS("Type Wars", null, TYPE_WARS("Type Wars", null,
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, new StatDisplay("Minions killed", "MinionKills"), new StatDisplay("Words Per Minute", false, true, "MinionKills", "TimeInGame"), StatDisplay.GEMS_EARNED}, new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, new StatDisplay("Minions killed", "MinionKills"), new StatDisplay("Words Per Minute", false, true, "MinionKills", "TimeInGame"), StatDisplay.GEMS_EARNED},
Material.FEATHER, 0, GameCategory.CLASSICS, null); Material.NAME_TAG, 0, GameCategory.CLASSICS, null);
private String _name; private String _name;