【大闹天宫】赛季重置是圣物新字显示bug

dev_chengFeng
zhangqiang 2021-04-08 16:58:39 +08:00
parent 89c8179840
commit fa8e10ed9c
1 changed files with 1 additions and 0 deletions

View File

@ -843,6 +843,7 @@ function this.ExpeditionResetIndication(buffer)
PlayerPrefs.SetInt(PlayerManager.uid.."Expedition", 0) PlayerPrefs.SetInt(PlayerManager.uid.."Expedition", 0)
ExpeditionManager.SetExpeditionState(3) ExpeditionManager.SetExpeditionState(3)
ExpeditionManager.expeditionLeve = 1 ExpeditionManager.expeditionLeve = 1
ExpeditionManager.allSHoly = {}
ExpeditionManager.InitExpeditionData(msg) ExpeditionManager.InitExpeditionData(msg)
ExpeditionManager.RefreshPanelShowByState() ExpeditionManager.RefreshPanelShowByState()
end end