From ceb5f6232ed2388bd159c8166b181e76bb21ace0 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 13 Dec 2021 15:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=89=A7=E6=83=85=E3=80=91=E6=88=98?= =?UTF-8?q?=E6=96=97=E5=89=A7=E6=83=85=E7=BB=93=E6=9D=9F=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= 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 d55da10315..e8c79a4ec8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Story/StoryManager.lua @@ -61,7 +61,7 @@ function this.EventTrigger(eventId, callBack) bg = FakeBattleNew[options[1]].BgName } local panel = UIManager.OpenPanel(UIName.GuideBattlePanel, testFightData, function() - StoryManager.StoryJumpType(options[3]) + StoryManager.StoryJumpType(options[3], nil, callBack) end, options[2])