fix: 도시 관직 수치 조회 권한이 잘못됨

This commit is contained in:
2022-07-24 17:23:20 +09:00
parent 7b3d64996d
commit 7ebfd960b1
+1 -1
View File
@@ -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;