Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
jiaoyangna 2020-08-26 21:57:23 +08:00
commit a7c7bd26ff
1 changed files with 1 additions and 1 deletions

View File

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