fix: 내무부, 기밀 제한이 잘못된 버그 수정

This commit is contained in:
2022-01-07 19:40:35 +09:00
parent 1f6259c157
commit fea9529bc8
+1 -1
View File
@@ -53,7 +53,7 @@ class SetSecretLimit extends \sammo\BaseAPI
$nationID = $me['nation'];
$db->update('nation', [
'bill' => $amount
'secretlimit' => $amount
], 'nation=%i', $nationID);
return [