Commit 38672c5da3755dc60dec3f71621e10142c830403

Authored by liuzujun
1 parent cc7e7aa1

活动任务登录天数bug修改

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/actions/RoleAction.lua
... ... @@ -170,8 +170,10 @@ function _M.loginRpc( agent, data )
170 170 if not resetMode or not resetMode["CrossDay"] then -- 没有跨天
171 171 role.activity:checkActivityStatus(now, false, false)
172 172 role:log("onLogin")
  173 +
  174 + else
  175 + role:checkTaskEnter("Login", {})
173 176 end
174   - role:checkTaskEnter("Login", {})
175 177  
176 178 redisproxy:zadd(FRIEND_RECOMMEND, now, roleId)
177 179  
... ...