diff options
Diffstat (limited to 'includes/constants.php')
-rw-r--r-- | includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/constants.php b/includes/constants.php index 7774aa4..a6826b1 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -68,6 +68,7 @@ class MapType const Special = 4; const Weekly = 5; } +$mapNamesByType = array(1 => 'Simple', 2 => 'Normal', 3 => 'Complex', 4 => 'Special', 5 => 'Weekly'); /** * Required number of challenges beaten to move up to each tier. |