Update - 1.9.0.103

EN: 1.9.0.103
CN: 1.9.0.104
JP: 1.9.0.106
KR: 1.9.0.108
This commit is contained in:
SL1900
2026-04-18 00:15:00 +09:00
parent 35fe1f046d
commit e0549005e1
1150 changed files with 941124 additions and 19847 deletions
@@ -301,7 +301,7 @@ function ChristmasThemeCtrl:RefreshButtonState()
self:RefreshShopButtonState(actData)
elseif i == AllEnum.ActivityThemeFuncIndex.Story then
self:RefreshStoryButtonState(actData)
elseif i == AllEnum.ActivityThemeFuncIndex.Other then
elseif i == AllEnum.ActivityThemeFuncIndex.TrekkerVersus then
self:RefreshOtherButtonState(actData)
end
end
@@ -575,7 +575,7 @@ function ChristmasThemeCtrl:OnBtn_ClickActivityEntrance(btn, nIndex)
EventManager.Hit(EventId.OpenMessageBox, ConfigTable.GetUIText("Activity_End_Notice"))
return
elseif state == ActivityState.NotOpen then
if nIndex == AllEnum.ActivityThemeFuncIndex.Other then
if nIndex == AllEnum.ActivityThemeFuncIndex.TrekkerVersus then
local activityId = actData.ActivityId
local activityData = ConfigTable.GetData("Activity", activityId)
if activityData ~= nil then