初始:修复提前初始远征数据bug

This commit is contained in:
luying
2021-06-24 15:18:09 +08:00
parent de89b01886
commit bdd7edaeaf
6 changed files with 28 additions and 21 deletions

View File

@@ -90,7 +90,7 @@ export class EntryHandler {
checkTaskWithRole(serverId, role.roleId, self.app.get('serverId'), role.funcs, TASK_TYPE.LOGIN_SUM, role);
checkTaskWithRole(serverId, role.roleId, self.app.get('serverId'), role.funcs, TASK_TYPE.LOGIN_SERIES, role);
// 推送数据
pushData(role, session);
if(role.hasInit) pushData(role, session);
role['heros'] = heros;
role['equips'] = equips;