레벨 변경 부분의 코드 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3506 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-08 10:14:58 +00:00
parent 89466e6e0e
commit 68a44814d9

View file

@ -372,7 +372,7 @@
$level = $oPointModel->getLevel($point, $config->level_step);
// 기존 레벨과 새로운 레벨이 다르면 포인트 그룹 설정 시도
if($level != $prev_point) {
if($level != $prev_level) {
// 현재 포인트 대비하여 레벨을 계산하고 레벨에 맞는 그룹 설정을 체크
$point_group = $config->point_group;