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
@@ -91,7 +91,8 @@ ReceivePropsNPCCtrl._mapNodeConfig = {
ReceivePropsNPCCtrl._mapEventConfig = {
[EventId.ShowBubbleVoiceText] = "OnEvent_ShowBubbleVoiceText",
[EventId.UIBackConfirm] = "OnEvent_UIBack",
[EventId.UIHomeConfirm] = "OnEvent_Home"
[EventId.UIHomeConfirm] = "OnEvent_Home",
[EventId.ClosePanel] = "OnEvent_ClosePanel"
}
function ReceivePropsNPCCtrl:RefreshList()
if self.nRewardCount <= 4 then
@@ -408,4 +409,10 @@ function ReceivePropsNPCCtrl:OnEvent_Home(nPanelId)
PlayerVoiceData:StartBoardFreeTimer(self.nNpcId)
end
end
function ReceivePropsNPCCtrl:OnEvent_ClosePanel(nPanelId)
if nPanelId == PanelId.DiscSample then
self.bPlayVoice = false
self:PlayVoice()
end
end
return ReceivePropsNPCCtrl