Fix Type Wars stat icon
This commit is contained in:
parent
893fea49ab
commit
2ccd7a5de0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user