DESKTOP-MMO982B\User 2024-12-19 12:12:41 +08:00
parent a69eadc680
commit 121fcb14b9
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function RewardBoxPanel:SetSingleGiftData(index, item, dataList)
-- end
if heroConfig.ItemType == ItemType.Talisman then
if heroConfig.ItemDescribe then
local aaa = string.split(heroConfig.ItemDescribe, '')
local aaa = string.split(GetLanguageStrById(heroConfig.ItemDescribe), '')
if aaa and #aaa > 0 then
des.gameObject:SetActive(true)
des.text = aaa[1]