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) -