From fea9529bc85c7b8d1e032ceba75baf3025663179 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 7 Jan 2022 19:40:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=82=B4=EB=AC=B4=EB=B6=80,=20=EA=B8=B0?= =?UTF-8?q?=EB=B0=80=20=EC=A0=9C=ED=95=9C=EC=9D=B4=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=9C=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Nation/SetSecretLimit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/Nation/SetSecretLimit.php b/hwe/sammo/API/Nation/SetSecretLimit.php index f735c999..07ef1f0f 100644 --- a/hwe/sammo/API/Nation/SetSecretLimit.php +++ b/hwe/sammo/API/Nation/SetSecretLimit.php @@ -53,7 +53,7 @@ class SetSecretLimit extends \sammo\BaseAPI $nationID = $me['nation']; $db->update('nation', [ - 'bill' => $amount + 'secretlimit' => $amount ], 'nation=%i', $nationID); return [