少年修仙传客户端代码仓库
client_Hale
2018-08-15 f2f6a288f1df9d5cf2eb07cf0ded09c1a6ce3af2
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))
                    {