心愿法宝开启文字提示修改

china/dev_fengTi
wangzhenxing 2023-08-08 17:21:11 +08:00
parent 201d64e5b3
commit 34834da938
1 changed files with 1 additions and 1 deletions

View File

@ -2920,7 +2920,7 @@ function GetFunctionOpenTip(_funId)
end
elseif type==2 then
if curTime<PlayerManager.GetServerOpenTime()+dayNum*24*60*60 then
tip=string.format("开服第%s天开启",dayNum)
tip=string.format("开服第%s天开启",dayNum+1)
return tip
end
end