【修行】修行玩法里提升战力,排行榜战力刷新不及时
parent
9d4ec4495d
commit
5ce0867bd2
|
|
@ -81,7 +81,10 @@ function Practice:BindEvent()
|
|||
newPower = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL)
|
||||
UIManager.OpenPanel(UIName.WarPowerChangeNotifyPanelV2,{oldValue = oldPower,newValue = newPower})
|
||||
oldPower = newPower
|
||||
--名字颜色
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.Player.OnChangeName)
|
||||
--战力更改请求
|
||||
NetManager.RequestUserForceChange(FormationTypeDef.FORMATION_NORMAL)
|
||||
if PracticeManager.PracticeBigLevel - oldBigLevel == 1 then
|
||||
UIManager.OpenPanel(UIName.CongratulationPopup,CONGRATULATION_TYPE.Practice,XinXianConfig[PracticeManager.PracticeLevel])
|
||||
if PracticeManager.PracticeBigLevel == 2 then
|
||||
|
|
|
|||
Loading…
Reference in New Issue