From 421f82b8828efd690d75e56d6d52b44ed57f0826 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Mon, 22 Nov 2021 12:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=81=B5=E8=84=89=E7=A7=98=E5=A2=83?= =?UTF-8?q?=E3=80=91=E6=88=98=E6=96=97=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Formation/View/LingMaiFormation.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/LingMaiFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/LingMaiFormation.lua index e044a428ab..80810baced 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/LingMaiFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/LingMaiFormation.lua @@ -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 = {}