小兵修改提交
parent
04da219a6f
commit
a6484b1521
|
|
@ -7845,7 +7845,7 @@ function NetManager.ReplaceSoldierRequest(_type,_auto, _func)
|
||||||
SmallSoldierManager.changeSolider=nil
|
SmallSoldierManager.changeSolider=nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if msg.drop then
|
if msg.drop and msg.drop.itemlist and #msg.drop.itemlist>0 then
|
||||||
UIManager.OpenPanel(UIName.RewardItemPopup,msg.drop,1)
|
UIManager.OpenPanel(UIName.RewardItemPopup,msg.drop,1)
|
||||||
end
|
end
|
||||||
Game.GlobalEvent:DispatchEvent(GameEvent.Solider.RefreshSoliderInfoWindow)
|
Game.GlobalEvent:DispatchEvent(GameEvent.Solider.RefreshSoliderInfoWindow)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue