Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local

dev_chengFeng
JieLing 2020-10-12 15:43:06 +08:00
commit d58311bb2b
1 changed files with 2 additions and 0 deletions

View File

@ -596,7 +596,9 @@ function this.SetSelectHero(isFirstIn,isFirstData,isMainIn)
curHeroHp=10000
end
MapTrialManager.SetHeroHp({curHeroHp},MapTrialManager.selectHeroDid,function()
MapManager.addHpCount=MapManager.addHpCount+1
PopupTipPanel.ShowTip(string.format(Language[11265],itemConfig[itemId].Name))
Game.GlobalEvent:DispatchEvent(GameEvent.Map.RefreshHeroHp,false,nil,false)--打完刷新血量
end)
end)
end