mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
레벨 변경 부분의 코드 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3506 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
89466e6e0e
commit
68a44814d9
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@
|
|||
$level = $oPointModel->getLevel($point, $config->level_step);
|
||||
|
||||
// 기존 레벨과 새로운 레벨이 다르면 포인트 그룹 설정 시도
|
||||
if($level != $prev_point) {
|
||||
if($level != $prev_level) {
|
||||
|
||||
// 현재 포인트 대비하여 레벨을 계산하고 레벨에 맞는 그룹 설정을 체크
|
||||
$point_group = $config->point_group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue