少年修仙传客户端代码仓库
Client_PangDeRong
2018-09-03 553d0d8c00a4dac5bda681c8e59c9f7f06ea6b1a
1834  修复分解装备时恰好出售物品,分解了错误的物品
1个文件已修改
4 ■■■ 已修改文件
System/SystemSetting/SettingEffectMgr.cs 4 ●●● 补丁 | 查看 | 原始文档 | 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;
            }
        }
    }