多对塔挂机宝箱修改
parent
028c1a029c
commit
490fcfdee4
|
@ -312,6 +312,11 @@ function WorldArenaBattleInfoPanel:BindEvent()
|
|||
GodsWayTowerManager.SetTowerFloorByType(curType,1)
|
||||
UIManager.OpenPanel(UIName.RewardItemPopup,msg.drop,1)
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.FourEle.RefreshView)
|
||||
local showTime=GodsWayTowerManager.GetTowerTimeByType(curType)
|
||||
if showTime==0 then
|
||||
GodsWayTowerManager.SetTowerTimeByType(curType,GetTimeStamp())
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.FourEle.RefreshView)
|
||||
end
|
||||
else
|
||||
UIManager.OpenPanel(UIName.BattleFailPopup, nil, true, nil, BATTLE_TYPE.GodsWayTower)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue