determine Characters with the most achieved Achievements (Issue #57)

This commit is contained in:
coderkun 2014-04-17 01:48:33 +02:00
commit b64577a221
6 changed files with 57 additions and 26 deletions

View file

@ -94,8 +94,8 @@
* @var array
*/
public static $misc = array(
'ranking_range' => 2,
'seldom_achievements_range' => 3
'ranking_range' => 2,
'achievements_range' => 3
);