少年修仙传客户端代码仓库
Client_PangDeRong
2018-11-06 a38e9e0713b1cf9438a00d3a6e19ab9d33e3a25e
4408 【前端】【1.2.0】装备合成、翅膀合成修改
1个文件已修改
2 ■■■ 已修改文件
System/Compose/New/ComposeWinModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeWinModel.cs
@@ -220,7 +220,7 @@
    public bool TryGetFirstTypeData(int firstType,out ComposeFirstTypeData firstTypeData)
    {
        firstTypeData = null;
        return composeDataDict.TryGetValue(firstType,out firstTypeData);
        return composeOpenDataDict.TryGetValue(firstType,out firstTypeData);
    }
    public bool TryGetSecondTypeData(int firstType,int secondType,out ComposeSecondTypeData secondTypeData)