少年修仙传客户端代码仓库
Client_PangDeRong
2018-08-15 352d2e3acac68da875da265e71ee9c7d7160b05e
【2565】修改随机符印展示
1个文件已修改
2 ■■■ 已修改文件
System/Rune/RuneModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Rune/RuneModel.cs
@@ -743,7 +743,7 @@
            for (int i = 0; i < runes.Count; i++)
            {
                int offset = (int)RuneTowerOpenLV - runes[i].TowerID;
                if (offset >= 0)
                if (offset >= 0 && runes[i].AttrType.Length < 2)
                {
                    if (!unlockDict.ContainsKey(runes[i].TowerID))
                    {