| System/SystemSetting/SettingEffectMgr.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/SystemSetting/SettingEffectMgr.cs
@@ -178,12 +178,14 @@ if (list != null && list.Count > 0) { playerPack.SendEquipdevourQuest(); return; } } if (HangUpSetModel.Instance.GetBool(HangUpAutoBoolType.isAutoSell)) if (HangUpSetModel.Instance.GetBool(HangUpAutoBoolType.isAutoSell) && modelInterface.GetSellItemList().Count > 0) { modelInterface.SendOneKeySellQuest(modelInterface.GetSellItemList()); return; } } }