Main/System/InternalAffairs/GoldRushManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;