Added CTF wins to achievements for champions

This commit is contained in:
AlexTheCoder 2015-08-31 04:39:07 -04:00
parent cbf8b575c6
commit 788ec97d38

View File

@ -270,8 +270,8 @@ public enum Achievement
//Champions
CHAMPIONS_WINS("Champion", 600,
new String[]{"Champions Domination.Wins", "Champions TDM.Wins"},
new String[]{"Win 80 games of Dominate or TDM"},
new String[]{"Champions Domination.Wins", "Champions TDM.Wins", "Champions Capture the Flag.Wins"},
new String[]{"Win 80 games of Dominate, TDM, or CTF"},
new int[]{80},
AchievementCategory.CHAMPIONS),