From f2f6a288f1df9d5cf2eb07cf0ded09c1a6ce3af2 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 15 八月 2018 16:01:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Rune/RuneModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Rune/RuneModel.cs b/System/Rune/RuneModel.cs
index 651337d..41e2adc 100644
--- a/System/Rune/RuneModel.cs
+++ b/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))
                     {

--
Gitblit v1.8.0