fix: 명성 최대 레벨 지정이 없었음
This commit is contained in:
@@ -542,6 +542,8 @@ function getExpLevel($experience) {
|
||||
$level = Util::toInt(sqrt($experience/10));
|
||||
}
|
||||
|
||||
$level = Util::clamp($level, 0, GameConst::$maxLevel);
|
||||
|
||||
return $level;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user