【装备】=======神装合成修改提交

dev_chengFeng
wangzhenxing 2022-06-15 13:52:15 +08:00
parent 4c82f2d58c
commit e7eee5c2c3
1 changed files with 6 additions and 1 deletions

View File

@ -389,7 +389,12 @@ function this.Compound()
PopupTipPanel.ShowTip(itemConfig[otherId].Name.."不足") PopupTipPanel.ShowTip(itemConfig[otherId].Name.."不足")
return return
end end
NetManager.ComplexEquipRequest(curIndex,curSelectEquip.Star,compoundNum,function(msg) local aaa=curIndex
if curIndex==5 then
aaa=curSelectEquip.Position
end
--LogError("curSelectEquip.Name=="..curSelectEquip.Name.." id=="..curSelectEquip.Id.." aaa=="..aaa)
NetManager.ComplexEquipRequest(aaa,curSelectEquip.Star,compoundNum,function(msg)
SoundManager.PlaySound(SoundConfig.UI_Duanzao) SoundManager.PlaySound(SoundConfig.UI_Duanzao)
-- SoundManager.PlaySound(SoundConfig.UI_Baoqi) -- SoundManager.PlaySound(SoundConfig.UI_Baoqi)
UIManager.OpenPanel(UIName.RewardItemPopup,msg.drop,1,function() UIManager.OpenPanel(UIName.RewardItemPopup,msg.drop,1,function()