fix: 도시 관직 수치 조회 권한이 잘못됨
This commit is contained in:
@@ -126,7 +126,7 @@ class GeneralList extends \sammo\BaseAPI
|
|||||||
if ($level >= 5) {
|
if ($level >= 5) {
|
||||||
return $level;
|
return $level;
|
||||||
}
|
}
|
||||||
if ($this->permission > 1) {
|
if ($this->permission >= 1) {
|
||||||
return $level;
|
return $level;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user