diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/datas.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/datas.php b/includes/datas.php index af10cd2..de812f1 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -679,10 +679,10 @@ function getChampionPointsArray() { $r[3] = array(500, 2, 'OffsetStripesDiagonal_B.png', 'Dark Diagonal Stripes', 0); $r[4] = array(1000, 2, 'DiamondLargeDonut_W_I.png', 'Inverted Light Annulated Diamond', 0); $r[5] = array(2000, 2, 'StarsR_B.png', 'Dark Stars', 0); - $r[6] = array(4000, 2, 'OffsetStripesHorizontal_B_I.png', 'Inverted Dark Horizontal Stripes', 0); - $r[7] = array(8000, 2, 'CrossXLDonut_B_I.png', 'Inverted Dark Large Intersection', 0); - $r[8] = array(16000, 2, 'DiamondLarge_B.png', 'Dark Large Diamond', 0); - $r[9] = array(32000, 1, '#22ff22', 'Neon Lime', 1); + $r[6] = array(5000, 2, 'OffsetStripesHorizontal_B_I.png', 'Inverted Dark Horizontal Stripes', 0); + $r[7] = array(10000, 2, 'CrossXLDonut_B_I.png', 'Inverted Dark Large Intersection', 0); + $r[8] = array(25000, 2, 'DiamondLarge_B.png', 'Dark Large Diamond', 0); + $r[9] = array(50000, 1, '#22ff22', 'Neon Lime', 1); return $r; } |