Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local
commit
d58311bb2b
|
@ -596,7 +596,9 @@ function this.SetSelectHero(isFirstIn,isFirstData,isMainIn)
|
||||||
curHeroHp=10000
|
curHeroHp=10000
|
||||||
end
|
end
|
||||||
MapTrialManager.SetHeroHp({curHeroHp},MapTrialManager.selectHeroDid,function()
|
MapTrialManager.SetHeroHp({curHeroHp},MapTrialManager.selectHeroDid,function()
|
||||||
|
MapManager.addHpCount=MapManager.addHpCount+1
|
||||||
PopupTipPanel.ShowTip(string.format(Language[11265],itemConfig[itemId].Name))
|
PopupTipPanel.ShowTip(string.format(Language[11265],itemConfig[itemId].Name))
|
||||||
|
Game.GlobalEvent:DispatchEvent(GameEvent.Map.RefreshHeroHp,false,nil,false)--打完刷新血量
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue