From 82f1650edf07184d975c227ed7fc6fc4547b5905 Mon Sep 17 00:00:00 2001
From: jiaoyangna <3046463818@qq.com>
Date: Fri, 2 Jul 2021 12:11:29 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=B0=86=E6=9D=A5=E6=BA=90=E5=AE=9A?=
=?UTF-8?q?=E4=BD=8D=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../~Lua/Modules/Popup/RewardItemSingleShowPopup.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua
index 9b22385313..e030ff1f28 100644
--- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua
+++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua
@@ -320,7 +320,7 @@ function RewardItemSingleShowPopup:OnShow()
this.armorTitle.gameObject:SetActive(true)
this.armorDesc.gameObject:SetActive(true)
this.armorTitle.text = string.format("%s",itemConfigData.Name)
- this.armorDesc.text = string.format("%s",heroConfig.HeroLocationDesc4)
+ this.armorDesc.text = string.format("%s",heroConfig.HeroLocationDesc1)
this.armorType.gameObject:SetActive(false)
this.armorLanTuNum.gameObject:SetActive(false)
this.posIcon.sprite =this.spLoader:LoadSprite(GetHeroPosStr(heroConfig.Profession))