From cc7ed63c3efab2640c9cc56225519ab187fd7cbc Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Wed, 02 Dec 2020 11:30:15 +0800
Subject: [PATCH] 拓展塔等级上限

---
 Assets/Scripts/TowerDefense/Input/TowerDefenseKeyboardMouseInput.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/TowerDefense/Input/TowerDefenseKeyboardMouseInput.cs b/Assets/Scripts/TowerDefense/Input/TowerDefenseKeyboardMouseInput.cs
index 0ac6743..7af4b56 100644
--- a/Assets/Scripts/TowerDefense/Input/TowerDefenseKeyboardMouseInput.cs
+++ b/Assets/Scripts/TowerDefense/Input/TowerDefenseKeyboardMouseInput.cs
@@ -192,7 +192,7 @@
                             // 开启相应的兵线:
                             Tower tw = m_GameUI.FindTowerWithGridIdx(m_GameUI.currentGrid.x, m_GameUI.currentGrid.y);
                             if ((tw != null) && (tw.bInAttackMode))
-                                LevelManager.instance.startWaveLine(m_GameUI.currentGrid.x, false, tw.attributeId);
+                                LevelManager.instance.startWaveLine(m_GameUI.currentGrid.x, false, tw.ElfId);
                         }
                     }
                     else // RMB cancels

--
Gitblit v1.9.1