Update - 1.4.0.73

EN: 1.4.0.73
CN: 1.4.0.74
JP: 1.4.0.77
KR: 1.4.0.80
This commit is contained in:
SL1900
2025-12-25 19:00:00 +09:00
parent 5f417fbe9d
commit 35c8d87e86
1183 changed files with 893278 additions and 92778 deletions
@@ -161,17 +161,8 @@ function ActivityShopCtrl:RefreshNPC2D()
end
end
function ActivityShopCtrl:PlayEnterVoice()
local nTimeNow = CS.ClientManager.Instance.serverTimeStampWithTimeZone
local bFirst = self._panel.actShopData:GetShopFirstIn()
local sTimeVoice = ""
local nHour = tonumber(os.date("!%H", nTimeNow))
if 6 <= nHour and nHour < 12 then
sTimeVoice = "greetmorn_npc"
elseif 12 <= nHour and nHour < 18 then
sTimeVoice = "greetnoon_npc"
else
sTimeVoice = "greetnight_npc"
end
local sTimeVoice = PlayerData.Voice:GetNPCGreetTimeVoiceKey()
if bFirst then
PlayerData.Voice:PlayCharVoice(sTimeVoice, self.nNpcId)
else