【装备】=======神装合成修改提交
parent
4c82f2d58c
commit
e7eee5c2c3
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue