少年修仙传客户端代码仓库
client_Hale
2018-09-03 489e938c6080586e48fded228e0711cc53ea125c
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;
            }
        }
    }