Update - 1.9.0.107

EN: 1.9.0.107
CN: 1.9.0.108
JP: 1.9.0.112
KR: 1.9.0.112
This commit is contained in:
SL1900
2026-05-14 16:00:00 +09:00
parent 4b880806ef
commit eafd8f4088
1034 changed files with 809589 additions and 23067 deletions
+3 -6
View File
@@ -10,6 +10,7 @@ local ConfigData = require("GameCore.Data.ConfigData")
local JumpUtil = require("Game.Common.Utils.JumpUtil")
local Event = require("GameCore.Event.Event")
local GameResourceLoader = require("Game.Common.Resource.GameResourceLoader")
local JointDrillContext = require("Game.UI.JointDrill.JointDrillContext")
local ResType = GameResourceLoader.ResType
local LayoutRebuilder = CS.UnityEngine.UI.LayoutRebuilder
local LimitWidth = 323
@@ -1390,12 +1391,8 @@ function MainViewCtrl:OnBtnClick_ActivityFast(btn, nIndex)
if not bPlayCond then
return
end
local nType = actDataIns:GetJointDrillType()
if nType == GameEnum.JointDrillMode.JointDrill_Mode_1 then
EventManager.Hit(EventId.OpenPanel, PanelId.JointDrillLevelSelect_1, actDataIns:GetActId())
elseif nType == GameEnum.JointDrillMode.JointDrill_Mode_2 then
EventManager.Hit(EventId.OpenPanel, PanelId.JointDrillLevelSelect_2, actDataIns:GetActId())
end
local nActId = actDataIns:GetActId()
EventManager.Hit(EventId.OpenPanel, JointDrillContext.GetPanelId(nActId, "LevelSelect"), nActId)
elseif nActType == GameEnum.activityType.TrekkerVersus then
local nChallengeEndTime = actDataIns:GetChallengeEndTime()
if nCurTime > nChallengeEndTime then