diff --git a/VelocityCore/src/de/steamwar/velocitycore/advancements/Advancements.java b/VelocityCore/src/de/steamwar/velocitycore/advancements/Advancements.java index bb1909ec..7b65ef0a 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/advancements/Advancements.java +++ b/VelocityCore/src/de/steamwar/velocitycore/advancements/Advancements.java @@ -124,7 +124,7 @@ public class Advancements { } private static void fightsPerType(Advancement previous, float yCoord, String type, String item) { - int[] fightCounts = new int[]{1, 10, 25, 50, 75, 100, 250, 500, 750, 1000}; + int[] fightCounts = new int[]{1, 10, 25, 50, 75, 100, 250, 500, 750, 1000, 2500, 5000, 7500, 10000}; for (int i = 0; i < fightCounts.length; i++) { int fightCount = fightCounts[i]; previous = new Advancement(