권한 관련 버그 수정

This commit is contained in:
2019-02-27 23:23:53 +09:00
parent 65c3d7f925
commit 5870213ff0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ if($btn == "임명" && $level >= 2 && $level <= 4 && $citylist > 0) {
//기존 자리 공석으로
$db->update('city', [
$genlv=>0
], 'city = %i AND nation = %i', $citylist , $general['nation']);
], 'city = %i AND nation = %i', $citylist , $me['nation']);
}
if($genlist != 0) {
$valid = 0;