diff --git a/Elwig/Helpers/Billing/BillingData.cs b/Elwig/Helpers/Billing/BillingData.cs
index eff6cd9..cb9259b 100644
--- a/Elwig/Helpers/Billing/BillingData.cs
+++ b/Elwig/Helpers/Billing/BillingData.cs
@@ -44,7 +44,7 @@ namespace Elwig.Helpers.Billing {
         }
         public bool ConsiderAutoBusinessShares {
             get => GetConsider("consider_auto_business_shares");
-            set => SetConsider(value, "consider_total_penalty");
+            set => SetConsider(value, "consider_auto_business_shares");
         }
 
         private bool GetConsider(string name, string? wgMasterName = null) {