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 [