summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--includes/datas.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php
index b029375..98958c5 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -646,7 +646,9 @@ function getMazeMasteryArray() {
//TYPE 4
function getChampionPointsArray() {
//$cp[0] = array(requiredpoints, type, 'value', 'name');
- $r[1] = array(100, 2, 'DiagonalCover_B.png', 'Light Diagnol Cover', 0);
+ //TODO: Crap.... typo... Need to fix this in SQL too.
+ //$r[1] = array(100, 2, 'DiagonalCover_B.png', 'Light Diagnol Cover', 0);
+ $r[1] = array(100, 2, 'DiagonalCover_B.png', 'Light Diagonal Cover', 0);
$r[2] = array(250, 1, '#22aaaa', 'Teal');
$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);