|
|
@@ -122,7 +122,7 @@ function onLogin(human,funcID)
|
|
|
taskActive(human, 1, funcID,1)
|
|
|
|
|
|
--特殊处理下活动没开前充值、完成了活跃度任务,任务开启后没玩法完成
|
|
|
- local nowHuoYue = human.db.dailyTask.nowHuoYue
|
|
|
+ local nowHuoYue = human.db.dailyTask.nowHuoYue or 0
|
|
|
if nowHuoYue > 0 then
|
|
|
specailFunc(human, 2, funcID, nowHuoYue)
|
|
|
end
|