From 6d377cdf6934a70ff6a3993957d08c10500cfcd9 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 10 Nov 2021 11:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=81=87=E6=88=98=E6=96=97?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E6=94=B9=E5=81=87=E6=88=98=E6=96=97=E7=9A=84?= =?UTF-8?q?=E6=88=98=E6=96=97=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua b/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua index 589ff6ec51..4d7d1ad6f9 100644 --- a/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua @@ -55,7 +55,7 @@ function this.EventTrigger(eventId, callBack) local testFightData = { fightData = fdata, fightSeed = fseed, - fightType = 0, + fightType = BATTLE_SERVER_TYPE.StoryFight, maxRound = 20 } local panel = UIManager.OpenPanel(UIName.GuideBattlePanel, testFightData, function()