装备合成bug修复
parent
9a0d461ada
commit
7044422ebf
|
@ -294,7 +294,7 @@ function this.AutoCompound(_position)
|
|||
str = str .. Language[10433]..bagPosEquips[i] - curPosEquips[i]
|
||||
end
|
||||
end
|
||||
if isNoGold then
|
||||
if isNoGold and #curRewards <= 0 then
|
||||
PopupTipPanel.ShowTip(Language[10431])
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue