From 68d39a1d5e63dafce39fe26bcdf88f2c8e9afc2b Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Fri, 28 May 2021 16:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=AE=E7=BD=97=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua index 7c9b74c1f6..41ea7b4cd5 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua @@ -368,7 +368,8 @@ function this.BtnClick(id) --LogGreen("点击进入森罗时候的层数"..MapTrialManager.curTowerLevel) if ActTimeCtrlManager.SingleFuncState(id) then - CarbonManager.difficulty = 2 + CarbonManager.difficulty = CARBON_TYPE.TRIAL + CarbonManager.carbonType = CARBON_TYPE.TRIAL local trialDataConfig = ConfigManager.GetConfig(ConfigName.TrialConfig) MapManager.curCarbonType =CarBonTypeId.TRIAL NetManager.MapInfoRequest(MapManager.curCarbonType, function(msg)