mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 15:32:15 +09:00
#270. 관리자가 직접 수식을 입력할 수 있고, 레벨별 포인트를 자동으로 계산하도록 함. IE7,FF2 정상. 1000레벨 계산 정상. 언어 파일 번역 필요.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3011 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5abb05c3d
commit
47e57f36c6
4 changed files with 25 additions and 0 deletions
|
|
@ -48,6 +48,8 @@
|
|||
$config->level_step[$i] = (int)$args->{$key};
|
||||
}
|
||||
|
||||
$config->expression = $args->expression;
|
||||
|
||||
// 저장
|
||||
$oModuleController = &getController('module');
|
||||
$oModuleController->insertModuleConfig('point', $config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue