add ranking to Character page
This commit is contained in:
parent
549079ca45
commit
d973072ee9
6 changed files with 120 additions and 25 deletions
|
|
@ -68,6 +68,17 @@
|
|||
);
|
||||
|
||||
|
||||
/**
|
||||
* Miscellaneous settings
|
||||
*
|
||||
* @static
|
||||
* @var array
|
||||
*/
|
||||
public static $misc = array(
|
||||
'ranking_range' => 2
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
* Validation settings for user input
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue