【灵脉秘境】战斗报错修改

dev_chengFeng
ZhangBiao 2021-11-22 12:11:28 +08:00
parent 8c10c104d8
commit 421f82b882
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ function this.StartFight()
NetManager.LingMaiBattleRequest(this.nodeData.Id,2030,function (msg)
PrivilegeManager.RefreshPrivilegeUsedTimes(2030, 1)--更新特权
this.root:ClosePanel()
local num = this.nodeData.uid > 0 and 1 or 0
local fightData = BattleManager.GetBattleServerData(msg,num)
-- local num = this.nodeData.uid > 0 and 1 or 0
local fightData = BattleManager.GetBattleServerData(msg,1)
LingMaiMiJingManager.battleResult = msg
UIManager.OpenPanel(UIName.BattlePanel, fightData, BATTLE_TYPE.LINGMAIMIJING,function ()
local arg = {}