寻宝:增加 boss 返回字段;修改领取奖励更新
This commit is contained in:
@@ -100,7 +100,7 @@ export async function checkComBattleDrop(roleId: string, battleCode: string) {
|
||||
fixReward = ratioReward(fixReward, COM_BATTLE_ASSIST_REWARD_RATIO);
|
||||
}
|
||||
}
|
||||
await ComBattleTeamModel.updateRewardSt(roleId, true);
|
||||
await ComBattleTeamModel.updateRewardSt(team.teamCode, roleId, true);
|
||||
return {status: 0, fixReward};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user