From 9d6b41ab1727ea544629dfc81e5395b2eb6964b5 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 29 九月 2025 02:31:49 +0800
Subject: [PATCH] 197 子 【内政】淘金系统 / 【内政】淘金系统-客户端

---
 Main/System/InternalAffairs/GoldRushManager.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Main/System/InternalAffairs/GoldRushManager.cs b/Main/System/InternalAffairs/GoldRushManager.cs
index c922284..8b72679 100644
--- a/Main/System/InternalAffairs/GoldRushManager.cs
+++ b/Main/System/InternalAffairs/GoldRushManager.cs
@@ -723,6 +723,10 @@
 
             if (campInfo.GoldID == 0)
             {
+                if (UIHelper.GetMoneyCnt(52) <= 0)
+                {
+                    continue;
+                }
                 SendGoldRushOP(0, campID, 0);
                 isRefreshing = true;
             }
@@ -734,6 +738,10 @@
 
                 if (needLV == 0 || config.ItemLV < needLV)
                 {
+                    if (!isAutoRefreshItem)
+                    {
+                        continue;
+                    }
                     if (!UIHelper.CheckMoneyCount(refreshMoneyType, GetRefreshMoney(campID), 0))
                     {
                         continue;

--
Gitblit v1.8.0