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
+1 -10
View File
@@ -227,17 +227,8 @@ function ShopCtrl:RefreshDailyGift()
end
end
function ShopCtrl:PlayEnterVoice()
local nTimeNow = CS.ClientManager.Instance.serverTimeStampWithTimeZone
local bFirst = PlayerData.Shop: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, npcId, nil, true)
else