Patch Frosting Kit not being shown as the Cake Wars achievement reward

This commit is contained in:
AlexTheCoder 2017-12-29 02:35:23 -05:00
parent 3b0024f13b
commit 6c32247663
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ public enum AchievementCategory
StatDisplay.fromGame("Cake Bites", GameDisplay.CakeWarsDuos, "Bites"), StatDisplay.fromGame("Cake Bites", GameDisplay.CakeWarsDuos, "Bites"),
StatDisplay.fromGame("Whole Cakes", GameDisplay.CakeWarsDuos, "EatWholeCake"), StatDisplay.fromGame("Whole Cakes", GameDisplay.CakeWarsDuos, "EatWholeCake"),
}, },
Material.CAKE, 0, GameCategory.CLASSICS, null, false, GameDisplay.CakeWars4.getGameId(), GameDisplay.CakeWarsDuos.getGameId()); Material.CAKE, 0, GameCategory.CLASSICS, "Frosting Kit", false, GameDisplay.CakeWars4.getGameId(), GameDisplay.CakeWarsDuos.getGameId());
private String _name; private String _name;
private String[] _statsToPull; private String[] _statsToPull;