mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
포인트 모듈에서 레벨을 100에서 1000까지 제한치 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2073 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
19aed43e2f
commit
7c623cab51
4 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
|||
if(!$config->point_name) $config->point_name = 'point';
|
||||
|
||||
$config->max_level = $args->max_level;
|
||||
if($config->max_level>100) $config->max_level = 100;
|
||||
if($config->max_level>1000) $config->max_level = 1000;
|
||||
if($config->max_level<1) $config->max_level = 1;
|
||||
|
||||
$config->level_icon = $args->level_icon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue