From 6f52e3e33825bff8ebbe485ef52edf3a539f2051 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 17 Mar 2021 16:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=90=88=E6=88=90=E6=97=B6=E7=9A=84=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua index 5f56634dc8..a15ad636d7 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua @@ -330,7 +330,7 @@ function this.AutoCompound(_position) PopupTipPanel.ShowTip(Language[10400]) return elseif LengthOfTable(endReward) < 1 then - PopupTipPanel.ShowTip(Language[10401]) + PopupTipPanel.ShowTip("无可合成宝物!") return end --BagManager.GetItemCountById(14) -