活动:军团付费
This commit is contained in:
@@ -61,9 +61,9 @@ export class LuckyTurntableHandler {
|
||||
|
||||
let { result, records, goodResult } = playerData.pull(roleName, count);
|
||||
await ActivityTurntableModel.updateData(serverId, activityId, roleId, pick(playerData, ['todayCount', 'count', 'records', 'greatRewardCount']));
|
||||
let goods = await addItems(roleId, roleName, sid, goodResult, ITEM_CHANGE_REASON.ACT_TURNTABLE_PULL);
|
||||
await addItems(roleId, roleName, sid, goodResult, ITEM_CHANGE_REASON.ACT_TURNTABLE_PULL);
|
||||
|
||||
return resResult(STATUS.SUCCESS, { result, records, goods: combineItems(goods) });
|
||||
return resResult(STATUS.SUCCESS, { result, records });
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user