修复玩家出现的饰品和配件数据错误导致的进不去游戏
This commit is contained in:
parent
1090852522
commit
71c0506a72
@ -21,7 +21,7 @@ export default async function (call: ApiCall<ReqGetList, ResGetList>) {
|
||||
color[heroCon[v.heroId].colour] += 1;
|
||||
});
|
||||
|
||||
checkDataAndFix(call, list)
|
||||
await checkDataAndFix(call, list)
|
||||
|
||||
// 记录玩家最大等级,颜色相关数据 注册任务用
|
||||
await G.mongodb.collection('playerInfo', 'usertasklog').updateOne({uid: call.conn.uid, type: 'usertasklog'},
|
||||
|
Loading…
Reference in New Issue
Block a user