From 09ed357e08c3728b5f91ccd4069917b30c3008bd Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Wed, 26 Aug 2020 10:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=AE=E7=BD=97=E6=95=8C=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=98=BE=E7=A4=BA=E7=95=8C=E9=9D=A2=E7=A9=BA=E7=99=BD?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua index 588c2c2528..e7eb90fadb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Map/ShowEnemyInfoPanel.lua @@ -136,7 +136,7 @@ function this.SetSelectHero() poolManager:UnLoadLive(_LiveName, _LiveNode) end - local t= MonsterGroupConfig[monsterGroupId].Contents[1][1] + local t= MonsterGroupConfig[monsterGroupId].Contents[1][2] local monsterId = MonsterConfig[t].MonsterId local paintingId = heroConfig[monsterId].Live local pos = heroConfig[monsterId].Position